Html Css Color HEX #E1F0CE Frostee

📋 copy color: '#E1F0CE'

red 225 ◦ green 240 ◦ blue 206

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

Shades of Frostee #E1F0CE

Tints of Frostee #E1F0CE

RGB

 RED value IS 225 (88.28% from 255) = 33.53%

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

 BLUE value IS 206 (80.86% from 255) = 30.7%

R = 33.53%
G = 35.77%
B = 30.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#E1F0CE (or 0xE1F0CE) is known color: Frostee. HEX triplet: E1, F0 and CE. RGB value is (225,240,206). Sum of RGB (Red+Green+Blue) = 225+240+206=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F0CE is #1E0F31. Grayscale: #E7E7E7. Windows color (decimal): -1969970 or 13562081. OLE color: 13562081.

HSL color Cylindrical-coordinate representation of color #E1F0CE: hue angle of 86.47º degrees, saturation: 0.53, 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 #E1F0CE is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 240 206 -
CMYK 0.06 0 0.14 0.06
HSL 86.47º 0.53% 0.87% -
HSV(B) 86.47º 0.14% 0.94% -
XYZ 73.35 82.78 70.51 -
YUV 231.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 225 240 206 0.06 0 0.14 0.06 86.47 0.53 0.87
Hex E1 F0 CE 6 0 E 6 56 35 57
Octal 341 360 316 6 0 16 6 126 65 127
Binary 11100001 11110000 11001110 110 0 1110 110 1010110 110101 1010111

Color Harmonies of #E1F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F0CE

Black with #E1F0CE

Text Example


Text Example

White with #E1F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F0CE; }

 p { color: rgb(225,240,206); }

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

background-color css

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

 a { background-color: rgb(225,240,206); }

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

border-color css

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

 span { border-color: rgb(225,240,206); }

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