Html Css Color HEX #E0EECF Frostee

📋 copy color: '#E0EECF'

red 224 ◦ green 238 ◦ blue 207

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

Shades of Frostee #E0EECF

Tints of Frostee #E0EECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.58%

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

R = 33.48%
G = 35.58%
B = 30.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#E0EECF (or 0xE0EECF) is known color: Frostee. HEX triplet: E0, EE and CF. RGB value is (224,238,207). Sum of RGB (Red+Green+Blue) = 224+238+207=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EECF is #1F1130. Grayscale: #E6E6E6. Windows color (decimal): -2036017 or 13627104. OLE color: 13627104.

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

Color convert

RGB 224 238 207 -
CMYK 0.06 0 0.13 0.07
HSL 87.1º 0.48% 0.87% -
HSV(B) 87.1º 0.13% 0.93% -
XYZ 72.58 81.5 70.94 -
YUV 230.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 224 238 207 0.06 0 0.13 0.07 87.1 0.48 0.87
Hex E0 EE CF 6 0 D 7 57 30 57
Octal 340 356 317 6 0 15 7 127 60 127
Binary 11100000 11101110 11001111 110 0 1101 111 1010111 110000 1010111

Color Harmonies of #E0EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EECF

Black with #E0EECF

Text Example


Text Example

White with #E0EECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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