Html Css Color HEX #E2EFBF Snow Flurry

📋 copy color: '#E2EFBF'

red 226 ◦ green 239 ◦ blue 191

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

Shades of Snow Flurry #E2EFBF

Tints of Snow Flurry #E2EFBF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.43%

 BLUE value IS 191 (75% from 255) = 29.12%

R = 34.45%
G = 36.43%
B = 29.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#E2EFBF (or 0xE2EFBF) is known color: Snow Flurry. HEX triplet: E2, EF and BF. RGB value is (226,239,191). Sum of RGB (Red+Green+Blue) = 226+239+191=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFBF is #1D1040. Grayscale: #E5E5E5. Windows color (decimal): -1904705 or 12578786. OLE color: 12578786.

HSL color Cylindrical-coordinate representation of color #E2EFBF: hue angle of 76.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2EFBF is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 239 191 -
CMYK 0.05 0 0.20 0.06
HSL 76.25º 0.6% 0.84% -
HSV(B) 76.25º 0.2% 0.94% -
XYZ 71.63 81.66 61.28 -
YUV 229.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 226 239 191 0.05 0 0.20 0.06 76.25 0.6 0.84
Hex E2 EF BF 5 0 14 6 4C 3C 54
Octal 342 357 277 5 0 24 6 114 74 124
Binary 11100010 11101111 10111111 101 0 10100 110 1001100 111100 1010100

Color Harmonies of #E2EFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EFBF

Black with #E2EFBF

Text Example


Text Example

White with #E2EFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EFBF; }

 p { color: rgb(226,239,191); }

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

background-color css

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

 a { background-color: rgb(226,239,191); }

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

border-color css

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

 span { border-color: rgb(226,239,191); }

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