#EAFBD1

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

Shades of Snow Flurry #EAFBD1

Tints of Snow Flurry #EAFBD1

Color information

#EAFBD1 (or 0xEAFBD1) is unknown color: approx Snow Flurry. HEX triplet: EA, FB and D1. RGB value is (234,251,209). Sum of RGB (Red+Green+Blue) = 234+251+209=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 209 (82.03% from 255 or 30.12% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBD1 is #15042E. Grayscale: #F1F1F1. Windows color (decimal): -1377327 or 13761514. OLE color: 13761514.

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

Color convert

RGB234251209-
CMYK0.0700.170.02
HSL84.29º84%90.2%-
HSV(B)84.29º16.73%98.43%-
XYZ79.9491.0973.69-
YUV241.13109.87122.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.72%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 209 (82.03% from 255) = 30.12%
R=33.72%
G=36.17%
B=30.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512090.0700.170.0284.298490.2
HexEAFBD17011254545a
Octal35237332170212124124132
Binary11101010111110111101000111101000110101010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBD1; }

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

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

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

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

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

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

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

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