#E0D2CF

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

Shades of Ebb #E0D2CF

Tints of Ebb #E0D2CF

Color information

#E0D2CF (or 0xE0D2CF) is unknown color: approx Ebb. HEX triplet: E0, D2 and CF. RGB value is (224,210,207). Sum of RGB (Red+Green+Blue) = 224+210+207=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2CF is #1F2D30. Grayscale: #D5D5D5. Windows color (decimal): -2043185 or 13619936. OLE color: 13619936.

HSL color Cylindrical-coordinate representation of color #E0D2CF: hue angle of 10.59º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0D2CF is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224210207-
CMYK00.060.080.12
HSL10.59º21.52%84.51%-
HSV(B)10.59º7.59%87.84%-
XYZ65.0566.4568.43-
YUV213.84124.14135.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 210 (82.42% from 255) = 32.76%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=34.95%
G=32.76%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421020700.060.080.1210.5921.5284.51
HexE0D2CF068Cb1655
Octal3403223170610141326125
Binary1110000011010010110011110110100011001011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D2CF; }

 p { color: rgb(224,210,207); }

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

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

 a { background-color: rgb(224,210,207); }

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

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

 span { border-color: rgb(224,210,207); }

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