Html Css Color HEX #E2F4BD Snow Flurry

📋 copy color: '#E2F4BD'

red 226 ◦ green 244 ◦ blue 189

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

Shades of Snow Flurry #E2F4BD

Tints of Snow Flurry #E2F4BD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.03%

 BLUE value IS 189 (74.22% from 255) = 28.68%

R = 34.29%
G = 37.03%
B = 28.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#E2F4BD (or 0xE2F4BD) is known color: Snow Flurry. HEX triplet: E2, F4 and BD. RGB value is (226,244,189). Sum of RGB (Red+Green+Blue) = 226+244+189=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F4BD is #1D0B42. Grayscale: #E8E8E8. Windows color (decimal): -1903427 or 12448994. OLE color: 12448994.

HSL color Cylindrical-coordinate representation of color #E2F4BD: hue angle of 79.64º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2F4BD is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 244 189 -
CMYK 0.07 0 0.23 0.04
HSL 79.64º 0.71% 0.85% -
HSV(B) 79.64º 0.23% 0.96% -
XYZ 72.9 84.54 60.62 -
YUV 232.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 226 244 189 0.07 0 0.23 0.04 79.64 0.71 0.85
Hex E2 F4 BD 7 0 17 4 50 47 55
Octal 342 364 275 7 0 27 4 120 107 125
Binary 11100010 11110100 10111101 111 0 10111 100 1010000 1000111 1010101

Color Harmonies of #E2F4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F4BD

Black with #E2F4BD

Text Example


Text Example

White with #E2F4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F4BD; }

 p { color: rgb(226,244,189); }

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

background-color css

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

 a { background-color: rgb(226,244,189); }

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

border-color css

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

 span { border-color: rgb(226,244,189); }

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