#E0DECE

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

Shades of Green White #E0DECE

Tints of Green White #E0DECE

Color information

#E0DECE (or 0xE0DECE) is unknown color: approx Green White. HEX triplet: E0, DE and CE. RGB value is (224,222,206). Sum of RGB (Red+Green+Blue) = 224+222+206=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DECE is #1F2131. Grayscale: #DCDCDC. Windows color (decimal): -2040114 or 13557472. OLE color: 13557472.

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

Color convert

RGB224222206-
CMYK00.010.080.12
HSL53.33º22.5%84.31%-
HSV(B)53.33º8.04%87.84%-
XYZ6872.5568.81-
YUV220.77119.66130.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=34.36%
G=34.05%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422220600.010.080.1253.3322.584.31
HexE0DECE018C351754
Octal3403363160110146527124
Binary1110000011011110110011100110001100110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DECE; }

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

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

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

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

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

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

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

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