Html Css Color HEX #E0F0CF Frostee

📋 copy color: '#E0F0CF'

red 224 ◦ green 240 ◦ blue 207

#E0F0CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frostee #E0F0CF

Tints of Frostee #E0F0CF

RGB

 RED value IS 224 (87.89% from 255) = 33.38%

 GREEN value IS 240 (94.14% from 255) = 35.77%

 BLUE value IS 207 (81.25% from 255) = 30.85%

R = 33.38%
G = 35.77%
B = 30.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#E0F0CF (or 0xE0F0CF) is known color: Frostee. HEX triplet: E0, F0 and CF. RGB value is (224,240,207). Sum of RGB (Red+Green+Blue) = 224+240+207=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F0CF is #1F0F30. Grayscale: #E7E7E7. Windows color (decimal): -2035505 or 13627616. OLE color: 13627616.

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

Color convert

RGB 224 240 207 -
CMYK 0.07 0 0.14 0.06
HSL 89.09º 0.52% 0.88% -
HSV(B) 89.09º 0.14% 0.94% -
XYZ 73.16 82.67 71.13 -
YUV 231.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 224 240 207 0.07 0 0.14 0.06 89.09 0.52 0.88
Hex E0 F0 CF 7 0 E 6 59 34 58
Octal 340 360 317 7 0 16 6 131 64 130
Binary 11100000 11110000 11001111 111 0 1110 110 1011001 110100 1011000

Color Harmonies of #E0F0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F0CF

Black with #E0F0CF

Text Example


Text Example

White with #E0F0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F0CF; }

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

 H1.HeaderClassName
 {
   color: #E0F0CF;
 }
 .AnyTagClassName
 {
   color: #E0F0CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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