#EAF8D0

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

Shades of Snow Flurry #EAF8D0

Tints of Snow Flurry #EAF8D0

Color information

#EAF8D0 (or 0xEAF8D0) is unknown color: approx Snow Flurry. HEX triplet: EA, F8 and D0. RGB value is (234,248,208). Sum of RGB (Red+Green+Blue) = 234+248+208=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 208 (81.64% from 255 or 30.14% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8D0 is #15072F. Grayscale: #EFEFEF. Windows color (decimal): -1378096 or 13695210. OLE color: 13695210.

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

Color convert

RGB234248208-
CMYK0.0600.160.03
HSL81º74.07%89.41%-
HSV(B)81º16.13%97.25%-
XYZ78.8889.1872.73-
YUV239.25110.36124.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 248 (97.27% from 255) = 35.94%
BLUE value IS 208 (81.64% from 255) = 30.14%
R=33.91%
G=35.94%
B=30.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482080.0600.160.038174.0789.41
HexEAF8D060103514a59
Octal35237032060203121112131
Binary11101010111110001101000011001000011101000110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8D0; }

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

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

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

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

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

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

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

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