Shades of Snow Flurry #E6FFCC
Tints of Snow Flurry #E6FFCC
RGB
CMYK
RGB Variations
Color information
#E6FFCC (or 0xE6FFCC) is known color: Snow Flurry. HEX triplet: E6, FF and CC. RGB value is (230,255,204). Sum of RGB (Red+Green+Blue) = 230+255+204=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FFCC is #190033. Grayscale: #F1F1F1. Windows color (decimal): -1638452 or 13434854. OLE color: 13434854.
HSL color Cylindrical-coordinate representation of color #E6FFCC: hue angle of 89.41º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6FFCC is Cyan = 0.10, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 230 | 255 | 204 | - |
CMYK | 0.10 | 0 | 0.2 | 0 |
HSL | 89.41º | 1% | 0.9% | - |
HSV(B) | 89.41º | 0.2% | 1% | - |
XYZ | 79.29 | 92.7 | 70.84 | - |
YUV | 241.71 | 106.72 | 119.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 255 | 204 | 0.10 | 0 | 0.2 | 0 | 89.41 | 1 | 0.9 |
Hex | E6 | FF | CC | A | 0 | 14 | 0 | 59 | 64 | 5A |
Octal | 346 | 377 | 314 | 12 | 0 | 24 | 0 | 131 | 144 | 132 |
Binary | 11100110 | 11111111 | 11001100 | 1010 | 0 | 10100 | 0 | 1011001 | 1100100 | 1011010 |
Color Harmonies of #E6FFCC
Complementary color
Monochromatic Colors of #E6FFCC
Black with #E6FFCC
Text Example
Text Example
White with #E6FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FFCC; }
p { color: rgb(230,255,204); }
H1.HeaderClassName
{
color: #E6FFCC;
}
.AnyTagClassName
{
color: #E6FFCC;
}
</style>
background-color css
<style>
a { background-color: #E6FFCC; }
a { background-color: rgb(230,255,204); }
div.DivClassName
{
background-color: #E6FFCC;
}
.BgClassName
{
background-color: #E6FFCC;
}
</style>
border-color css
<style>
span { border-color: #E6FFCC; }
span { border-color: rgb(230,255,204); }
td.TdClassName
{
border-color: #E6FFCC;
}
.TagClassName
{
border-color: #E6FFCC;
}
</style>