Shades of Snow Flurry #EAFDCC
Tints of Snow Flurry #EAFDCC
RGB
CMYK
RGB Variations
Color information
#EAFDCC (or 0xEAFDCC) is known color: Snow Flurry. HEX triplet: EA, FD and CC. RGB value is (234,253,204). Sum of RGB (Red+Green+Blue) = 234+253+204=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDCC is #150233. Grayscale: #F1F1F1. Windows color (decimal): -1376820 or 13434346. OLE color: 13434346.
HSL color Cylindrical-coordinate representation of color #EAFDCC: hue angle of 83.27º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAFDCC is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 204 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.01 |
| HSL | 83.27º | 0.92% | 0.9% | - |
| HSV(B) | 83.27º | 0.19% | 0.99% | - |
| XYZ | 79.96 | 92.1 | 70.69 | - |
| YUV | 241.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 204 | 0.08 | 0 | 0.19 | 0.01 | 83.27 | 0.92 | 0.9 |
| Hex | EA | FD | CC | 8 | 0 | 13 | 1 | 53 | 5C | 5A |
| Octal | 352 | 375 | 314 | 10 | 0 | 23 | 1 | 123 | 134 | 132 |
| Binary | 11101010 | 11111101 | 11001100 | 1000 | 0 | 10011 | 1 | 1010011 | 1011100 | 1011010 |
Color Harmonies of #EAFDCC
Complementary color
Monochromatic Colors of #EAFDCC
Black with #EAFDCC
Text Example
Text Example
White with #EAFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDCC; }
p { color: rgb(234,253,204); }
H1.HeaderClassName
{
color: #EAFDCC;
}
.AnyTagClassName
{
color: #EAFDCC;
}
</style>
background-color css
<style>
a { background-color: #EAFDCC; }
a { background-color: rgb(234,253,204); }
div.DivClassName
{
background-color: #EAFDCC;
}
.BgClassName
{
background-color: #EAFDCC;
}
</style>
border-color css
<style>
span { border-color: #EAFDCC; }
span { border-color: rgb(234,253,204); }
td.TdClassName
{
border-color: #EAFDCC;
}
.TagClassName
{
border-color: #EAFDCC;
}
</style>