#D1ABEE

Color #D1ABEE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D1ABEE

Tints of Mauve #D1ABEE

Color information

#D1ABEE (or 0xD1ABEE) is unknown color: approx Mauve. HEX triplet: D1, AB and EE. RGB value is (209,171,238). Sum of RGB (Red+Green+Blue) = 209+171+238=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABEE is #2E5411. Grayscale: #BDBDBD. Windows color (decimal): -3036178 or 15641553. OLE color: 15641553.

HSL color Cylindrical-coordinate representation of color #D1ABEE: hue angle of 274.03º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1ABEE is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209171238-
CMYK0.120.2800.07
HSL274.03º66.34%80.2%-
HSV(B)274.03º28.15%93.33%-
XYZ56.2948.8587.35-
YUV190155.09141.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 33.82%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=33.82%
G=27.67%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091712380.120.2800.07274.0366.3480.2
HexD1ABEEC1C071124250
Octal321253356143407422102120
Binary110100011010101111101110110011100011110001001010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABEE; }

 p { color: rgb(209,171,238); }

 H1.HeaderClassName
 {
   color: #D1ABEE;
 }
 .AnyTagClassName
 {
   color: #D1ABEE;
 }
</style>
background-color css

<style>
 a { background-color: #D1ABEE; }

 a { background-color: rgb(209,171,238); }

 div.DivClassName
 {
   background-color: #D1ABEE;
 }
 .BgClassName
 {
   background-color: #D1ABEE;
 }
</style>
border-color css

<style>
 span { border-color: #D1ABEE; }

 span { border-color: rgb(209,171,238); }

 td.TdClassName
 {
   border-color: #D1ABEE;
 }
 .TagClassName
 {
   border-color: #D1ABEE;
 }
</style>