#EAF8CE

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

Shades of Snow Flurry #EAF8CE

Tints of Snow Flurry #EAF8CE

Color information

#EAF8CE (or 0xEAF8CE) is unknown color: approx Snow Flurry. HEX triplet: EA, F8 and CE. RGB value is (234,248,206). Sum of RGB (Red+Green+Blue) = 234+248+206=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8CE is #150731. Grayscale: #EFEFEF. Windows color (decimal): -1378098 or 13564138. OLE color: 13564138.

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

Color convert

RGB234248206-
CMYK0.0600.170.03
HSL80º75%89.02%-
HSV(B)80º16.94%97.25%-
XYZ78.6489.0871.44-
YUV239.03109.36124.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 248 (97.27% from 255) = 36.05%
BLUE value IS 206 (80.86% from 255) = 29.94%
R=34.01%
G=36.05%
B=29.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482060.0600.170.03807589.02
HexEAF8CE60113504b59
Octal35237031660213120113131
Binary11101010111110001100111011001000111101000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8CE; }

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

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

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

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

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

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

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

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