#E0DFD4

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

Shades of Green White #E0DFD4

Tints of Green White #E0DFD4

Color information

#E0DFD4 (or 0xE0DFD4) is unknown color: approx Green White. HEX triplet: E0, DF and D4. RGB value is (224,223,212). Sum of RGB (Red+Green+Blue) = 224+223+212=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFD4 is #1F202B. Grayscale: #DEDEDE. Windows color (decimal): -2039852 or 13950944. OLE color: 13950944.

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

Color convert

RGB224223212-
CMYK00.000.050.12
HSL55º16.22%85.49%-
HSV(B)55º5.36%87.84%-
XYZ69.0173.3872.81-
YUV222.04122.33129.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.99%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 212 (83.20% from 255) = 32.17%
R=33.99%
G=33.84%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422321200.000.050.125516.2285.49
HexE0DFD4005C371055
Octal340337324005146720125
Binary111000001101111111010100001011100110111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFD4; }

 p { color: rgb(224,223,212); }

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

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

 a { background-color: rgb(224,223,212); }

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

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

 span { border-color: rgb(224,223,212); }

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