#EAF8BD

Color #EAF8BD Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #EAF8BD

Tints of Snow Flurry #EAF8BD

Color information

#EAF8BD (or 0xEAF8BD) is unknown color: approx Snow Flurry. HEX triplet: EA, F8 and BD. RGB value is (234,248,189). Sum of RGB (Red+Green+Blue) = 234+248+189=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8BD is #150742. Grayscale: #EDEDED. Windows color (decimal): -1378115 or 12450026. OLE color: 12450026.

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

Color convert

RGB234248189-
CMYK0.0600.240.03
HSL74.24º80.82%85.69%-
HSV(B)74.24º23.79%97.25%-
XYZ76.6888.361.15-
YUV237.09100.86125.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 189 (74.22% from 255) = 28.17%
R=34.87%
G=36.96%
B=28.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342481890.0600.240.0374.2480.8285.69
HexEAF8BD601834a5156
Octal35237027560303112121126
Binary11101010111110001011110111001100011100101010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8BD; }

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

 H1.HeaderClassName
 {
   color: #EAF8BD;
 }
 .AnyTagClassName
 {
   color: #EAF8BD;
 }
</style>
background-color css

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

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

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

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

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

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