#E0DDDE

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

Shades of Prim #E0DDDE

Tints of Prim #E0DDDE

Color information

#E0DDDE (or 0xE0DDDE) is unknown color: approx Prim. HEX triplet: E0, DD and DE. RGB value is (224,221,222). Sum of RGB (Red+Green+Blue) = 224+221+222=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDDE is #1F2221. Grayscale: #DEDEDE. Windows color (decimal): -2040354 or 14605792. OLE color: 14605792.

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

Color convert

RGB224221222-
CMYK00.010.010.12
HSL340º4.62%87.25%-
HSV(B)340º1.34%87.84%-
XYZ69.7872.8379.49-
YUV222.01127.99129.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.58%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=33.58%
G=33.13%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422122200.010.010.123404.6287.25
HexE0DDDE011C154557
Octal340335336011145245127
Binary11100000110111011101111001111001010101001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDDE; }

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

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

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

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

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

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

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

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