#E9D2D9

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

Shades of Prim #E9D2D9

Tints of Prim #E9D2D9

Color information

#E9D2D9 (or 0xE9D2D9) is unknown color: approx Prim. HEX triplet: E9, D2 and D9. RGB value is (233,210,217). Sum of RGB (Red+Green+Blue) = 233+210+217=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2D9 is #162D26. Grayscale: #D9D9D9. Windows color (decimal): -1453351 or 14275305. OLE color: 14275305.

HSL color Cylindrical-coordinate representation of color #E9D2D9: hue angle of 341.74º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9D2D9 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB233210217-
CMYK00.100.070.09
HSL341.74º34.33%86.86%-
HSV(B)341.74º9.87%91.37%-
XYZ69.1868.4375.21-
YUV217.68127.62138.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.30%
GREEN value IS 210 (82.42% from 255) = 31.82%
BLUE value IS 217 (85.16% from 255) = 32.88%
R=35.30%
G=31.82%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321021700.100.070.09341.7434.3386.86
HexE9D2D90A791562257
Octal35132233101271152642127
Binary1110100111010010110110010101011110011010101101000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D2D9; }

 p { color: rgb(233,210,217); }

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

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

 a { background-color: rgb(233,210,217); }

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

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

 span { border-color: rgb(233,210,217); }

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