Html Css Color HEX #E0EFCF Frostee

📋 copy color: '#E0EFCF'

red 224 ◦ green 239 ◦ blue 207

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

Shades of Frostee #E0EFCF

Tints of Frostee #E0EFCF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.67%

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

R = 33.43%
G = 35.67%
B = 30.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#E0EFCF (or 0xE0EFCF) is known color: Frostee. HEX triplet: E0, EF and CF. RGB value is (224,239,207). Sum of RGB (Red+Green+Blue) = 224+239+207=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EFCF is #1F1030. Grayscale: #E6E6E6. Windows color (decimal): -2035761 or 13627360. OLE color: 13627360.

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

Color convert

RGB 224 239 207 -
CMYK 0.06 0 0.13 0.06
HSL 88.13º 0.5% 0.87% -
HSV(B) 88.13º 0.13% 0.94% -
XYZ 72.87 82.09 71.03 -
YUV 230.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 224 239 207 0.06 0 0.13 0.06 88.13 0.5 0.87
Hex E0 EF CF 6 0 D 6 58 32 57
Octal 340 357 317 6 0 15 6 130 62 127
Binary 11100000 11101111 11001111 110 0 1101 110 1011000 110010 1010111

Color Harmonies of #E0EFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EFCF

Black with #E0EFCF

Text Example


Text Example

White with #E0EFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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