#E0F3CB

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

Shades of Frostee #E0F3CB

Tints of Frostee #E0F3CB

Color information

#E0F3CB (or 0xE0F3CB) is unknown color: approx Frostee. HEX triplet: E0, F3 and CB. RGB value is (224,243,203). Sum of RGB (Red+Green+Blue) = 224+243+203=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F3CB is #1F0C34. Grayscale: #E8E8E8. Windows color (decimal): -2034741 or 13366240. OLE color: 13366240.

HSL color Cylindrical-coordinate representation of color #E0F3CB: hue angle of 88.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0F3CB is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB224243203-
CMYK0.0800.160.05
HSL88.5º62.5%87.45%-
HSV(B)88.5º16.46%95.29%-
XYZ73.5784.2668.89-
YUV232.76111.21121.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.43%
GREEN value IS 243 (95.31% from 255) = 36.27%
BLUE value IS 203 (79.69% from 255) = 30.30%
R=33.43%
G=36.27%
B=30.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242432030.0800.160.0588.562.587.45
HexE0F3CB80105583e57
Octal34036331310020513076127
Binary111000001111001111001011100001000010110110001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F3CB; }

 p { color: rgb(224,243,203); }

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

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

 a { background-color: rgb(224,243,203); }

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

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

 span { border-color: rgb(224,243,203); }

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