#E0D8DB

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

Shades of Prim #E0D8DB

Tints of Prim #E0D8DB

Color information

#E0D8DB (or 0xE0D8DB) is unknown color: approx Prim. HEX triplet: E0, D8 and DB. RGB value is (224,216,219). Sum of RGB (Red+Green+Blue) = 224+216+219=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8DB is #1F2724. Grayscale: #DADADA. Windows color (decimal): -2041637 or 14407904. OLE color: 14407904.

HSL color Cylindrical-coordinate representation of color #E0D8DB: hue angle of 337.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0D8DB is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224216219-
CMYK00.040.020.12
HSL337.5º11.43%86.27%-
HSV(B)337.5º3.57%87.84%-
XYZ68.0870.0776.96-
YUV218.73128.15131.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.99%
GREEN value IS 216 (84.77% from 255) = 32.78%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=33.99%
G=32.78%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421621900.040.020.12337.511.4386.27
HexE0D8DB042C152b56
Octal3403303330421452213126
Binary111000001101100011011011010010110010101001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D8DB; }

 p { color: rgb(224,216,219); }

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

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

 a { background-color: rgb(224,216,219); }

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

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

 span { border-color: rgb(224,216,219); }

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