#EAFBD2

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

Shades of Snow Flurry #EAFBD2

Tints of Snow Flurry #EAFBD2

Color information

#EAFBD2 (or 0xEAFBD2) is unknown color: approx Snow Flurry. HEX triplet: EA, FB and D2. RGB value is (234,251,210). Sum of RGB (Red+Green+Blue) = 234+251+210=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 210 (82.42% from 255 or 30.22% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBD2 is #15042D. Grayscale: #F1F1F1. Windows color (decimal): -1377326 or 13827050. OLE color: 13827050.

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

Color convert

RGB234251210-
CMYK0.0700.160.02
HSL84.88º83.67%90.39%-
HSV(B)84.88º16.33%98.43%-
XYZ80.0691.1474.34-
YUV241.24110.37122.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 210 (82.42% from 255) = 30.22%
R=33.67%
G=36.12%
B=30.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512100.0700.160.0284.8883.6790.39
HexEAFBD27010255545a
Octal35237332270202125124132
Binary11101010111110111101001011101000010101010110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBD2; }

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

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

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

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

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

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

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

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