#EAFBD0

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

Shades of Snow Flurry #EAFBD0

Tints of Snow Flurry #EAFBD0

Color information

#EAFBD0 (or 0xEAFBD0) is unknown color: approx Snow Flurry. HEX triplet: EA, FB and D0. RGB value is (234,251,208). Sum of RGB (Red+Green+Blue) = 234+251+208=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBD0 is #15042F. Grayscale: #F1F1F1. Windows color (decimal): -1377328 or 13695978. OLE color: 13695978.

HSL color Cylindrical-coordinate representation of color #EAFBD0: hue angle of 83.72º 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 #EAFBD0 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB234251208-
CMYK0.0700.170.02
HSL83.72º84.31%90%-
HSV(B)83.72º17.13%98.43%-
XYZ79.8191.0473.04-
YUV241.02109.37123-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 208 (81.64% from 255) = 30.01%
R=33.77%
G=36.22%
B=30.01%

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
Decimal2342512080.0700.170.0283.7284.3190
HexEAFBD07011254545a
Octal35237332070212124124132
Binary11101010111110111101000011101000110101010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBD0; }

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

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

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

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

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

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

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

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