#E0EECF

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

Shades of Frostee #E0EECF

Tints of Frostee #E0EECF

Color information

#E0EECF (or 0xE0EECF) is unknown color: approx Frostee. HEX triplet: E0, EE and CF. RGB value is (224,238,207). Sum of RGB (Red+Green+Blue) = 224+238+207=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EECF is #1F1130. Grayscale: #E6E6E6. Windows color (decimal): -2036017 or 13627104. OLE color: 13627104.

HSL color Cylindrical-coordinate representation of color #E0EECF: hue angle of 87.1º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0EECF is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB224238207-
CMYK0.0600.130.07
HSL87.1º47.69%87.25%-
HSV(B)87.1º13.03%93.33%-
XYZ72.5881.570.94-
YUV230.28114.86123.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.48%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 207 (81.25% from 255) = 30.94%
R=33.48%
G=35.58%
B=30.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242382070.0600.130.0787.147.6987.25
HexE0EECF60D7573057
Octal3403563176015712760127
Binary1110000011101110110011111100110111110101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EECF; }

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

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

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

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

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

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

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

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