Html Css Color HEX #E2F1D0 Frostee

📋 copy color: '#E2F1D0'

red 226 ◦ green 241 ◦ blue 208

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

Shades of Frostee #E2F1D0

Tints of Frostee #E2F1D0

RGB

 RED value IS 226 (88.67% from 255) = 33.48%

 GREEN value IS 241 (94.53% from 255) = 35.7%

 BLUE value IS 208 (81.64% from 255) = 30.81%

R = 33.48%
G = 35.7%
B = 30.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#E2F1D0 (or 0xE2F1D0) is known color: Frostee. HEX triplet: E2, F1 and D0. RGB value is (226,241,208). Sum of RGB (Red+Green+Blue) = 226+241+208=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 208 (81.64% from 255 or 30.81% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F1D0 is #1D0E2F. Grayscale: #E8E8E8. Windows color (decimal): -1904176 or 13693410. OLE color: 13693410.

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

Color convert

RGB 226 241 208 -
CMYK 0.06 0 0.14 0.05
HSL 87.27º 0.54% 0.88% -
HSV(B) 87.27º 0.14% 0.95% -
XYZ 74.2 83.63 71.91 -
YUV 232.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 226 241 208 0.06 0 0.14 0.05 87.27 0.54 0.88
Hex E2 F1 D0 6 0 E 5 57 36 58
Octal 342 361 320 6 0 16 5 127 66 130
Binary 11100010 11110001 11010000 110 0 1110 101 1010111 110110 1011000

Color Harmonies of #E2F1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F1D0

Black with #E2F1D0

Text Example


Text Example

White with #E2F1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F1D0; }

 p { color: rgb(226,241,208); }

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

background-color css

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

 a { background-color: rgb(226,241,208); }

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

border-color css

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

 span { border-color: rgb(226,241,208); }

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