#E0ECD4

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

Shades of Frostee #E0ECD4

Tints of Frostee #E0ECD4

Color information

#E0ECD4 (or 0xE0ECD4) is unknown color: approx Frostee. HEX triplet: E0, EC and D4. RGB value is (224,236,212). Sum of RGB (Red+Green+Blue) = 224+236+212=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0ECD4 is #1F132B. Grayscale: #E5E5E5. Windows color (decimal): -2036524 or 13954272. OLE color: 13954272.

HSL color Cylindrical-coordinate representation of color #E0ECD4: hue angle of 90º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0ECD4 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB224236212-
CMYK0.0500.100.07
HSL90º38.71%87.84%-
HSV(B)90º10.17%92.55%-
XYZ72.6280.5974.02-
YUV229.68118.02123.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.33%
GREEN value IS 236 (92.58% from 255) = 35.12%
BLUE value IS 212 (83.20% from 255) = 31.55%
R=33.33%
G=35.12%
B=31.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242362120.0500.100.079038.7187.84
HexE0ECD450A75a2758
Octal3403543245012713247130
Binary1110000011101100110101001010101011110110101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ECD4; }

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

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

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

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

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

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

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

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