#EAF8CC

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

Shades of Snow Flurry #EAF8CC

Tints of Snow Flurry #EAF8CC

Color information

#EAF8CC (or 0xEAF8CC) is unknown color: approx Snow Flurry. HEX triplet: EA, F8 and CC. RGB value is (234,248,204). Sum of RGB (Red+Green+Blue) = 234+248+204=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8CC is #150733. Grayscale: #EEEEEE. Windows color (decimal): -1378100 or 13433066. OLE color: 13433066.

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

Color convert

RGB234248204-
CMYK0.0600.180.03
HSL79.09º75.86%88.63%-
HSV(B)79.09º17.74%97.25%-
XYZ78.488.9970.17-
YUV238.8108.36124.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 248 (97.27% from 255) = 36.15%
BLUE value IS 204 (80.08% from 255) = 29.74%
R=34.11%
G=36.15%
B=29.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482040.0600.180.0379.0975.8688.63
HexEAF8CC601234f4c59
Octal35237031460223117114131
Binary11101010111110001100110011001001011100111110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8CC; }

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

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

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

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

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

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

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

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