#D9B6EA

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

Shades of Mauve #D9B6EA

Tints of Mauve #D9B6EA

Color information

#D9B6EA (or 0xD9B6EA) is unknown color: approx Mauve. HEX triplet: D9, B6 and EA. RGB value is (217,182,234). Sum of RGB (Red+Green+Blue) = 217+182+234=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9B6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B6EA is #264915. Grayscale: #C6C6C6. Windows color (decimal): -2509078 or 15382233. OLE color: 15382233.

HSL color Cylindrical-coordinate representation of color #D9B6EA: hue angle of 280.38º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B6EA is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217182234-
CMYK0.070.2200.08
HSL280.38º55.32%81.57%-
HSV(B)280.38º22.22%91.76%-
XYZ60.1954.1585.12-
YUV198.39148.1141.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 182 (71.48% from 255) = 28.75%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=34.28%
G=28.75%
B=36.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171822340.070.2200.08280.3855.3281.57
HexD9B6EA716081183752
Octal33126635272601043067122
Binary11011001101101101110101011110110010001000110001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B6EA; }

 p { color: rgb(217,182,234); }

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

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

 a { background-color: rgb(217,182,234); }

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

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

 span { border-color: rgb(217,182,234); }

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