Html Css Color HEX #E1F0D3 Frostee

📋 copy color: '#E1F0D3'

red 225 ◦ green 240 ◦ blue 211

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

Shades of Frostee #E1F0D3

Tints of Frostee #E1F0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.21%

R = 33.28%
G = 35.5%
B = 31.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#E1F0D3 (or 0xE1F0D3) is known color: Frostee. HEX triplet: E1, F0 and D3. RGB value is (225,240,211). Sum of RGB (Red+Green+Blue) = 225+240+211=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F0D3 is #1E0F2C. Grayscale: #E8E8E8. Windows color (decimal): -1969965 or 13889761. OLE color: 13889761.

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

Color convert

RGB 225 240 211 -
CMYK 0.06 0 0.12 0.06
HSL 91.03º 0.49% 0.88% -
HSV(B) 91.03º 0.12% 0.94% -
XYZ 73.97 83.03 73.76 -
YUV 232.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 225 240 211 0.06 0 0.12 0.06 91.03 0.49 0.88
Hex E1 F0 D3 6 0 C 6 5B 31 58
Octal 341 360 323 6 0 14 6 133 61 130
Binary 11100001 11110000 11010011 110 0 1100 110 1011011 110001 1011000

Color Harmonies of #E1F0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F0D3

Black with #E1F0D3

Text Example


Text Example

White with #E1F0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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