#E0DECF

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

Shades of Green White #E0DECF

Tints of Green White #E0DECF

Color information

#E0DECF (or 0xE0DECF) is unknown color: approx Green White. HEX triplet: E0, DE and CF. RGB value is (224,222,207). Sum of RGB (Red+Green+Blue) = 224+222+207=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DECF is #1F2130. Grayscale: #DCDCDC. Windows color (decimal): -2040113 or 13623008. OLE color: 13623008.

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

Color convert

RGB224222207-
CMYK00.010.080.12
HSL52.94º21.52%84.51%-
HSV(B)52.94º7.59%87.84%-
XYZ68.1272.5969.45-
YUV220.89120.16130.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.30%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=34.30%
G=34.00%
B=31.70%

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
Decimal22422220700.010.080.1252.9421.5284.51
HexE0DECF018C351655
Octal3403363170110146526125
Binary1110000011011110110011110110001100110101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DECF; }

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

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

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

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

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

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

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

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