#E2D2CF

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

Shades of Ebb #E2D2CF

Tints of Ebb #E2D2CF

Color information

#E2D2CF (or 0xE2D2CF) is unknown color: approx Ebb. HEX triplet: E2, D2 and CF. RGB value is (226,210,207). Sum of RGB (Red+Green+Blue) = 226+210+207=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 210 (82.42% from 255 or 32.66% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D2CF is #1D2D30. Grayscale: #D6D6D6. Windows color (decimal): -1912113 or 13619938. OLE color: 13619938.

HSL color Cylindrical-coordinate representation of color #E2D2CF: hue angle of 9.47º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2D2CF is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB226210207-
CMYK00.070.080.11
HSL9.47º24.68%84.9%-
HSV(B)9.47º8.41%88.63%-
XYZ65.6766.7768.46-
YUV214.44123.8136.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.15%
GREEN value IS 210 (82.42% from 255) = 32.66%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=35.15%
G=32.66%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621020700.070.080.119.4724.6884.9
HexE2D2CF078B91955
Octal3423223170710131131125
Binary1110001011010010110011110111100010111001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D2CF; }

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

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

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

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

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

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

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

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