Html Css Color HEX #E2F2C0 Snow Flurry

📋 copy color: '#E2F2C0'

red 226 ◦ green 242 ◦ blue 192

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

Shades of Snow Flurry #E2F2C0

Tints of Snow Flurry #E2F2C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.09%

R = 34.24%
G = 36.67%
B = 29.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#E2F2C0 (or 0xE2F2C0) is known color: Snow Flurry. HEX triplet: E2, F2 and C0. RGB value is (226,242,192). Sum of RGB (Red+Green+Blue) = 226+242+192=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 192 (75.39% from 255 or 29.09% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2C0 is #1D0D3F. Grayscale: #E7E7E7. Windows color (decimal): -1903936 or 12645090. OLE color: 12645090.

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

Color convert

RGB 226 242 192 -
CMYK 0.07 0 0.21 0.05
HSL 79.2º 0.66% 0.85% -
HSV(B) 79.2º 0.21% 0.95% -
XYZ 72.63 83.48 62.15 -
YUV 231.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 226 242 192 0.07 0 0.21 0.05 79.2 0.66 0.85
Hex E2 F2 C0 7 0 15 5 4F 42 55
Octal 342 362 300 7 0 25 5 117 102 125
Binary 11100010 11110010 11000000 111 0 10101 101 1001111 1000010 1010101

Color Harmonies of #E2F2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F2C0

Black with #E2F2C0

Text Example


Text Example

White with #E2F2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F2C0; }

 p { color: rgb(226,242,192); }

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

background-color css

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

 a { background-color: rgb(226,242,192); }

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

border-color css

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

 span { border-color: rgb(226,242,192); }

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