#E2DDDC

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

Shades of Ebb #E2DDDC

Tints of Ebb #E2DDDC

Color information

#E2DDDC (or 0xE2DDDC) is unknown color: approx Ebb. HEX triplet: E2, DD and DC. RGB value is (226,221,220). Sum of RGB (Red+Green+Blue) = 226+221+220=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDDC is #1D2223. Grayscale: #DEDEDE. Windows color (decimal): -1909284 or 14474722. OLE color: 14474722.

HSL color Cylindrical-coordinate representation of color #E2DDDC: hue angle of 10º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DDDC is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226221220-
CMYK00.020.030.11
HSL10º9.38%87.45%-
HSV(B)10º2.65%88.63%-
XYZ70.1473.0578.11-
YUV222.38126.66130.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=33.88%
G=33.13%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622122000.020.030.11109.3887.45
HexE2DDDC023Ba957
Octal342335334023131211127
Binary111000101101110111011100010111011101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDDC; }

 p { color: rgb(226,221,220); }

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

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

 a { background-color: rgb(226,221,220); }

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

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

 span { border-color: rgb(226,221,220); }

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