Html Css Color HEX #E2FDBA Snow Flurry

📋 copy color: '#E2FDBA'

red 226 ◦ green 253 ◦ blue 186

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

Shades of Snow Flurry #E2FDBA

Tints of Snow Flurry #E2FDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.05%

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

R = 33.98%
G = 38.05%
B = 27.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#E2FDBA (or 0xE2FDBA) is known color: Snow Flurry. HEX triplet: E2, FD and BA. RGB value is (226,253,186). Sum of RGB (Red+Green+Blue) = 226+253+186=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDBA is #1D0245. Grayscale: #EDEDED. Windows color (decimal): -1901126 or 12254690. OLE color: 12254690.

HSL color Cylindrical-coordinate representation of color #E2FDBA: hue angle of 84.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2FDBA is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 253 186 -
CMYK 0.11 0 0.26 0.01
HSL 84.18º 0.94% 0.86% -
HSV(B) 84.18º 0.26% 0.99% -
XYZ 75.35 89.96 59.85 -
YUV 237.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 226 253 186 0.11 0 0.26 0.01 84.18 0.94 0.86
Hex E2 FD BA B 0 1A 1 54 5E 56
Octal 342 375 272 13 0 32 1 124 136 126
Binary 11100010 11111101 10111010 1011 0 11010 1 1010100 1011110 1010110

Color Harmonies of #E2FDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FDBA

Black with #E2FDBA

Text Example


Text Example

White with #E2FDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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