Html Css Color HEX #EAF9BB Snow Flurry

📋 copy color: '#EAF9BB'

red 234 ◦ green 249 ◦ blue 187

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

Shades of Snow Flurry #EAF9BB

Tints of Snow Flurry #EAF9BB

RGB

 RED value IS 234 (91.8% from 255) = 34.93%

 GREEN value IS 249 (97.66% from 255) = 37.16%

 BLUE value IS 187 (73.44% from 255) = 27.91%

R = 34.93%
G = 37.16%
B = 27.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#EAF9BB (or 0xEAF9BB) is known color: Snow Flurry. HEX triplet: EA, F9 and BB. RGB value is (234,249,187). Sum of RGB (Red+Green+Blue) = 234+249+187=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF9BB is #150644. Grayscale: #EDEDED. Windows color (decimal): -1377861 or 12319210. OLE color: 12319210.

HSL color Cylindrical-coordinate representation of color #EAF9BB: hue angle of 74.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAF9BB is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 187 -
CMYK 0.06 0 0.25 0.02
HSL 74.52º 0.84% 0.85% -
HSV(B) 74.52º 0.25% 0.98% -
XYZ 76.78 88.83 60.11 -
YUV 237.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 234 249 187 0.06 0 0.25 0.02 74.52 0.84 0.85
Hex EA F9 BB 6 0 19 2 4B 54 55
Octal 352 371 273 6 0 31 2 113 124 125
Binary 11101010 11111001 10111011 110 0 11001 10 1001011 1010100 1010101

Color Harmonies of #EAF9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF9BB

Black with #EAF9BB

Text Example


Text Example

White with #EAF9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF9BB; }

 p { color: rgb(234,249,187); }

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

background-color css

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

 a { background-color: rgb(234,249,187); }

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

border-color css

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

 span { border-color: rgb(234,249,187); }

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