#EAFBD5

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

Shades of Snow Flurry #EAFBD5

Tints of Snow Flurry #EAFBD5

Color information

#EAFBD5 (or 0xEAFBD5) is unknown color: approx Snow Flurry. HEX triplet: EA, FB and D5. RGB value is (234,251,213). Sum of RGB (Red+Green+Blue) = 234+251+213=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 213 (83.59% from 255 or 30.52% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBD5 is #15042A. Grayscale: #F1F1F1. Windows color (decimal): -1377323 or 14023658. OLE color: 14023658.

HSL color Cylindrical-coordinate representation of color #EAFBD5: hue angle of 86.84º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAFBD5 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB234251213-
CMYK0.0700.150.02
HSL86.84º82.61%90.98%-
HSV(B)86.84º15.14%98.43%-
XYZ80.4491.2976.33-
YUV241.58111.87122.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 213 (83.59% from 255) = 30.52%
R=33.52%
G=35.96%
B=30.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512130.0700.150.0286.8482.6190.98
HexEAFBD570F257535b
Octal35237332570172127123133
Binary1110101011111011110101011110111110101011110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBD5; }

 p { color: rgb(234,251,213); }

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

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

 a { background-color: rgb(234,251,213); }

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

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

 span { border-color: rgb(234,251,213); }

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