Shades of Snow Flurry #E6FDCC
Tints of Snow Flurry #E6FDCC
RGB
CMYK
RGB Variations
Color information
#E6FDCC (or 0xE6FDCC) is known color: Snow Flurry. HEX triplet: E6, FD and CC. RGB value is (230,253,204). Sum of RGB (Red+Green+Blue) = 230+253+204=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDCC is #190233. Grayscale: #F0F0F0. Windows color (decimal): -1638964 or 13434342. OLE color: 13434342.
HSL color Cylindrical-coordinate representation of color #E6FDCC: hue angle of 88.16º 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 #E6FDCC is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 253 | 204 | - |
CMYK | 0.09 | 0 | 0.19 | 0.01 |
HSL | 88.16º | 0.92% | 0.9% | - |
HSV(B) | 88.16º | 0.19% | 0.99% | - |
XYZ | 78.66 | 91.43 | 70.63 | - |
YUV | 240.54 | 107.38 | 120.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 253 | 204 | 0.09 | 0 | 0.19 | 0.01 | 88.16 | 0.92 | 0.9 |
Hex | E6 | FD | CC | 9 | 0 | 13 | 1 | 58 | 5C | 5A |
Octal | 346 | 375 | 314 | 11 | 0 | 23 | 1 | 130 | 134 | 132 |
Binary | 11100110 | 11111101 | 11001100 | 1001 | 0 | 10011 | 1 | 1011000 | 1011100 | 1011010 |
Color Harmonies of #E6FDCC
Complementary color
Monochromatic Colors of #E6FDCC
Black with #E6FDCC
Text Example
Text Example
White with #E6FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDCC; }
p { color: rgb(230,253,204); }
H1.HeaderClassName
{
color: #E6FDCC;
}
.AnyTagClassName
{
color: #E6FDCC;
}
</style>
background-color css
<style>
a { background-color: #E6FDCC; }
a { background-color: rgb(230,253,204); }
div.DivClassName
{
background-color: #E6FDCC;
}
.BgClassName
{
background-color: #E6FDCC;
}
</style>
border-color css
<style>
span { border-color: #E6FDCC; }
span { border-color: rgb(230,253,204); }
td.TdClassName
{
border-color: #E6FDCC;
}
.TagClassName
{
border-color: #E6FDCC;
}
</style>