Html Css Color HEX #E2EFBA Snow Flurry

📋 copy color: '#E2EFBA'

red 226 ◦ green 239 ◦ blue 186

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

Shades of Snow Flurry #E2EFBA

Tints of Snow Flurry #E2EFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.57%

R = 34.72%
G = 36.71%
B = 28.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#E2EFBA (or 0xE2EFBA) is known color: Snow Flurry. HEX triplet: E2, EF and BA. RGB value is (226,239,186). Sum of RGB (Red+Green+Blue) = 226+239+186=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFBA is #1D1045. Grayscale: #E5E5E5. Windows color (decimal): -1904710 or 12251106. OLE color: 12251106.

HSL color Cylindrical-coordinate representation of color #E2EFBA: hue angle of 74.72º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2EFBA is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 239 186 -
CMYK 0.05 0 0.22 0.06
HSL 74.72º 0.62% 0.83% -
HSV(B) 74.72º 0.22% 0.94% -
XYZ 71.09 81.45 58.43 -
YUV 229.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 226 239 186 0.05 0 0.22 0.06 74.72 0.62 0.83
Hex E2 EF BA 5 0 16 6 4B 3E 53
Octal 342 357 272 5 0 26 6 113 76 123
Binary 11100010 11101111 10111010 101 0 10110 110 1001011 111110 1010011

Color Harmonies of #E2EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EFBA

Black with #E2EFBA

Text Example


Text Example

White with #E2EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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