Html Css Color HEX #E1F2CB Snow Flurry

📋 copy color: '#E1F2CB'

red 225 ◦ green 242 ◦ blue 203

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

Shades of Snow Flurry #E1F2CB

Tints of Snow Flurry #E1F2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.3%

R = 33.58%
G = 36.12%
B = 30.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#E1F2CB (or 0xE1F2CB) is known color: Snow Flurry. HEX triplet: E1, F2 and CB. RGB value is (225,242,203). Sum of RGB (Red+Green+Blue) = 225+242+203=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2CB is #1E0D34. Grayscale: #E8E8E8. Windows color (decimal): -1969461 or 13365985. OLE color: 13365985.

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

Color convert

RGB 225 242 203 -
CMYK 0.07 0 0.16 0.05
HSL 86.15º 0.6% 0.87% -
HSV(B) 86.15º 0.16% 0.95% -
XYZ 73.58 83.82 68.8 -
YUV 232.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 225 242 203 0.07 0 0.16 0.05 86.15 0.6 0.87
Hex E1 F2 CB 7 0 10 5 56 3C 57
Octal 341 362 313 7 0 20 5 126 74 127
Binary 11100001 11110010 11001011 111 0 10000 101 1010110 111100 1010111

Color Harmonies of #E1F2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F2CB

Black with #E1F2CB

Text Example


Text Example

White with #E1F2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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