#D9B9EA

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

Shades of Mauve #D9B9EA

Tints of Mauve #D9B9EA

Color information

#D9B9EA (or 0xD9B9EA) is unknown color: approx Mauve. HEX triplet: D9, B9 and EA. RGB value is (217,185,234). Sum of RGB (Red+Green+Blue) = 217+185+234=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9B9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B9EA is #264615. Grayscale: #C7C7C7. Windows color (decimal): -2508310 or 15383001. OLE color: 15383001.

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

Color convert

RGB217185234-
CMYK0.070.2100.08
HSL279.18º53.85%82.16%-
HSV(B)279.18º20.94%91.76%-
XYZ60.8255.3985.33-
YUV200.15147.1140.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 185 (72.66% from 255) = 29.09%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=34.12%
G=29.09%
B=36.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171852340.070.2100.08279.1853.8582.16
HexD9B9EA715081173652
Octal33127135272501042766122
Binary11011001101110011110101011110101010001000101111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9EA; }

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

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

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

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

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

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

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

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