#E0DED0

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

Shades of Green White #E0DED0

Tints of Green White #E0DED0

Color information

#E0DED0 (or 0xE0DED0) is unknown color: approx Green White. HEX triplet: E0, DE and D0. RGB value is (224,222,208). Sum of RGB (Red+Green+Blue) = 224+222+208=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DED0 is #1F212F. Grayscale: #DDDDDD. Windows color (decimal): -2040112 or 13688544. OLE color: 13688544.

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

Color convert

RGB224222208-
CMYK00.010.070.12
HSL52.5º20.51%84.71%-
HSV(B)52.5º7.14%87.84%-
XYZ68.2572.6470.1-
YUV221120.66130.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.25%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=34.25%
G=33.94%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422220800.010.070.1252.520.5184.71
HexE0DED0017C341555
Octal340336320017146425125
Binary111000001101111011010000011111100110100101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DED0; }

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

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

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

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

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

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

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

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