Html Css Color HEX #E2FFBD Snow Flurry

📋 copy color: '#E2FFBD'

red 226 ◦ green 255 ◦ blue 189

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

Shades of Snow Flurry #E2FFBD

Tints of Snow Flurry #E2FFBD

RGB

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

 GREEN value IS 255 (100% from 255) = 38.06%

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

R = 33.73%
G = 38.06%
B = 28.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#E2FFBD (or 0xE2FFBD) is known color: Snow Flurry. HEX triplet: E2, FF and BD. RGB value is (226,255,189). Sum of RGB (Red+Green+Blue) = 226+255+189=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFBD is #1D0042. Grayscale: #EFEFEF. Windows color (decimal): -1900611 or 12451810. OLE color: 12451810.

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

Color convert

RGB 226 255 189 -
CMYK 0.11 0 0.26 0
HSL 86.36º 1% 0.87% -
HSV(B) 86.36º 0.26% 1% -
XYZ 76.31 91.36 61.76 -
YUV 238.81 99.89 118.87 -
System Red Green Blue C M Y K H S L
Decimal 226 255 189 0.11 0 0.26 0 86.36 1 0.87
Hex E2 FF BD B 0 1A 0 56 64 57
Octal 342 377 275 13 0 32 0 126 144 127
Binary 11100010 11111111 10111101 1011 0 11010 0 1010110 1100100 1010111

Color Harmonies of #E2FFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FFBD

Black with #E2FFBD

Text Example


Text Example

White with #E2FFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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