#E0EFCD

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

Shades of Frostee #E0EFCD

Tints of Frostee #E0EFCD

Color information

#E0EFCD (or 0xE0EFCD) is unknown color: approx Frostee. HEX triplet: E0, EF and CD. RGB value is (224,239,205). Sum of RGB (Red+Green+Blue) = 224+239+205=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EFCD is #1F1032. Grayscale: #E6E6E6. Windows color (decimal): -2035763 or 13496288. OLE color: 13496288.

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

Color convert

RGB224239205-
CMYK0.0600.140.06
HSL86.47º51.52%87.06%-
HSV(B)86.47º14.23%93.73%-
XYZ72.6381.9969.76-
YUV230.64113.53123.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.53%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=33.53%
G=35.78%
B=30.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242392050.0600.140.0686.4751.5287.06
HexE0EFCD60E6563457
Octal3403573156016612664127
Binary1110000011101111110011011100111011010101101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EFCD; }

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

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

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

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

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

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

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

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