Html Css Color HEX #E1F2CD Frostee

📋 copy color: '#E1F2CD'

red 225 ◦ green 242 ◦ blue 205

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

Shades of Frostee #E1F2CD

Tints of Frostee #E1F2CD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.01%

 BLUE value IS 205 (80.47% from 255) = 30.51%

R = 33.48%
G = 36.01%
B = 30.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#E1F2CD (or 0xE1F2CD) is known color: Frostee. HEX triplet: E1, F2 and CD. RGB value is (225,242,205). Sum of RGB (Red+Green+Blue) = 225+242+205=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2CD is #1E0D32. Grayscale: #E8E8E8. Windows color (decimal): -1969459 or 13497057. OLE color: 13497057.

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

Color convert

RGB 225 242 205 -
CMYK 0.07 0 0.15 0.05
HSL 87.57º 0.59% 0.88% -
HSV(B) 87.57º 0.15% 0.95% -
XYZ 73.82 83.92 70.06 -
YUV 232.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 225 242 205 0.07 0 0.15 0.05 87.57 0.59 0.88
Hex E1 F2 CD 7 0 F 5 58 3B 58
Octal 341 362 315 7 0 17 5 130 73 130
Binary 11100001 11110010 11001101 111 0 1111 101 1011000 111011 1011000

Color Harmonies of #E1F2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F2CD

Black with #E1F2CD

Text Example


Text Example

White with #E1F2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F2CD; }

 p { color: rgb(225,242,205); }

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

background-color css

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

 a { background-color: rgb(225,242,205); }

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

border-color css

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

 span { border-color: rgb(225,242,205); }

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