#E0DDDC

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

Shades of Ebb #E0DDDC

Tints of Ebb #E0DDDC

Color information

#E0DDDC (or 0xE0DDDC) is unknown color: approx Ebb. HEX triplet: E0, DD and DC. RGB value is (224,221,220). Sum of RGB (Red+Green+Blue) = 224+221+220=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDDC is #1F2223. Grayscale: #DDDDDD. Windows color (decimal): -2040356 or 14474720. OLE color: 14474720.

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

Color convert

RGB224221220-
CMYK00.010.020.12
HSL15º6.06%87.06%-
HSV(B)15º1.79%87.84%-
XYZ69.5272.7378.08-
YUV221.78126.99129.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.68%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=33.68%
G=33.23%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422122000.010.020.12156.0687.06
HexE0DDDC012Cf657
Octal34033533401214176127
Binary1110000011011101110111000110110011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDDC; }

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

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

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

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

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

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

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

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