#E9D0DB

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

Shades of Prim #E9D0DB

Tints of Prim #E9D0DB

Color information

#E9D0DB (or 0xE9D0DB) is unknown color: approx Prim. HEX triplet: E9, D0 and DB. RGB value is (233,208,219). Sum of RGB (Red+Green+Blue) = 233+208+219=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D0DB is #162F24. Grayscale: #D8D8D8. Windows color (decimal): -1453861 or 14405865. OLE color: 14405865.

HSL color Cylindrical-coordinate representation of color #E9D0DB: hue angle of 333.6º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9D0DB is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233208219-
CMYK00.110.060.09
HSL333.6º36.23%86.47%-
HSV(B)333.6º10.73%91.37%-
XYZ68.9567.5576.42-
YUV216.73129.28139.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.30%
GREEN value IS 208 (81.64% from 255) = 31.52%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=35.30%
G=31.52%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320821900.110.060.09333.636.2386.47
HexE9D0DB0B6914e2456
Octal35132033301361151644126
Binary1110100111010000110110110101111010011010011101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D0DB; }

 p { color: rgb(233,208,219); }

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

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

 a { background-color: rgb(233,208,219); }

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

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

 span { border-color: rgb(233,208,219); }

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