Html Css Color HEX #EAF8BC Snow Flurry

📋 copy color: '#EAF8BC'

red 234 ◦ green 248 ◦ blue 188

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

Shades of Snow Flurry #EAF8BC

Tints of Snow Flurry #EAF8BC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.01%

 BLUE value IS 188 (73.83% from 255) = 28.06%

R = 34.93%
G = 37.01%
B = 28.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#EAF8BC (or 0xEAF8BC) is known color: Snow Flurry. HEX triplet: EA, F8 and BC. RGB value is (234,248,188). Sum of RGB (Red+Green+Blue) = 234+248+188=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 188 (73.83% from 255 or 28.06% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8BC is #150743. Grayscale: #EDEDED. Windows color (decimal): -1378116 or 12384490. OLE color: 12384490.

HSL color Cylindrical-coordinate representation of color #EAF8BC: hue angle of 74º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAF8BC is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 188 -
CMYK 0.06 0 0.24 0.03
HSL 74º 0.81% 0.85% -
HSV(B) 74º 0.24% 0.97% -
XYZ 76.58 88.26 60.58 -
YUV 236.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 234 248 188 0.06 0 0.24 0.03 74 0.81 0.85
Hex EA F8 BC 6 0 18 3 4A 51 55
Octal 352 370 274 6 0 30 3 112 121 125
Binary 11101010 11111000 10111100 110 0 11000 11 1001010 1010001 1010101

Color Harmonies of #EAF8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF8BC

Black with #EAF8BC

Text Example


Text Example

White with #EAF8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF8BC; }

 p { color: rgb(234,248,188); }

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

background-color css

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

 a { background-color: rgb(234,248,188); }

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

border-color css

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

 span { border-color: rgb(234,248,188); }

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