#E0F0CD

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

Shades of Frostee #E0F0CD

Tints of Frostee #E0F0CD

Color information

#E0F0CD (or 0xE0F0CD) is unknown color: approx Frostee. HEX triplet: E0, F0 and CD. RGB value is (224,240,205). Sum of RGB (Red+Green+Blue) = 224+240+205=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F0CD is #1F0F32. Grayscale: #E7E7E7. Windows color (decimal): -2035507 or 13496544. OLE color: 13496544.

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

Color convert

RGB224240205-
CMYK0.0700.150.06
HSL87.43º53.85%87.25%-
HSV(B)87.43º14.58%94.12%-
XYZ72.9282.5869.85-
YUV231.23113.2122.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.48%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=33.48%
G=35.87%
B=30.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242402050.0700.150.0687.4353.8587.25
HexE0F0CD70F6573657
Octal3403603157017612766127
Binary1110000011110000110011011110111111010101111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F0CD; }

 p { color: rgb(224,240,205); }

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

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

 a { background-color: rgb(224,240,205); }

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

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

 span { border-color: rgb(224,240,205); }

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