Html Css Color HEX #E2F6BD Snow Flurry

📋 copy color: '#E2F6BD'

red 226 ◦ green 246 ◦ blue 189

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

Shades of Snow Flurry #E2F6BD

Tints of Snow Flurry #E2F6BD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.22%

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

R = 34.19%
G = 37.22%
B = 28.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#E2F6BD (or 0xE2F6BD) is known color: Snow Flurry. HEX triplet: E2, F6 and BD. RGB value is (226,246,189). Sum of RGB (Red+Green+Blue) = 226+246+189=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F6BD is #1D0942. Grayscale: #E9E9E9. Windows color (decimal): -1902915 or 12449506. OLE color: 12449506.

HSL color Cylindrical-coordinate representation of color #E2F6BD: hue angle of 81.05º degrees, saturation: 0.76, 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 #E2F6BD is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 246 189 -
CMYK 0.08 0 0.23 0.04
HSL 81.05º 0.76% 0.85% -
HSV(B) 81.05º 0.23% 0.96% -
XYZ 73.51 85.75 60.82 -
YUV 233.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 226 246 189 0.08 0 0.23 0.04 81.05 0.76 0.85
Hex E2 F6 BD 8 0 17 4 51 4C 55
Octal 342 366 275 10 0 27 4 121 114 125
Binary 11100010 11110110 10111101 1000 0 10111 100 1010001 1001100 1010101

Color Harmonies of #E2F6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F6BD

Black with #E2F6BD

Text Example


Text Example

White with #E2F6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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