#EAF6CD

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

Shades of Snow Flurry #EAF6CD

Tints of Snow Flurry #EAF6CD

Color information

#EAF6CD (or 0xEAF6CD) is unknown color: approx Snow Flurry. HEX triplet: EA, F6 and CD. RGB value is (234,246,205). Sum of RGB (Red+Green+Blue) = 234+246+205=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 205 (80.47% from 255 or 29.93% from 685); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6CD is #150932. Grayscale: #EDEDED. Windows color (decimal): -1378611 or 13498090. OLE color: 13498090.

HSL color Cylindrical-coordinate representation of color #EAF6CD: hue angle of 77.56º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAF6CD is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB234246205-
CMYK0.0500.170.04
HSL77.56º69.49%88.43%-
HSV(B)77.56º16.67%96.47%-
XYZ77.9187.8170.6-
YUV237.74109.52125.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 246 (96.48% from 255) = 35.91%
BLUE value IS 205 (80.47% from 255) = 29.93%
R=34.16%
G=35.91%
B=29.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342462050.0500.170.0477.5669.4988.43
HexEAF6CD501144e4558
Octal35236631550214116105130
Binary111010101111011011001101101010001100100111010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6CD; }

 p { color: rgb(234,246,205); }

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

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

 a { background-color: rgb(234,246,205); }

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

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

 span { border-color: rgb(234,246,205); }

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