Shades of Snow Flurry #E6FDCD
Tints of Snow Flurry #E6FDCD
RGB
CMYK
RGB Variations
Color information
#E6FDCD (or 0xE6FDCD) is known color: Snow Flurry. HEX triplet: E6, FD and CD. RGB value is (230,253,205). Sum of RGB (Red+Green+Blue) = 230+253+205=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 205 (80.47% from 255 or 29.80% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDCD is #190232. Grayscale: #F0F0F0. Windows color (decimal): -1638963 or 13499878. OLE color: 13499878.
HSL color Cylindrical-coordinate representation of color #E6FDCD: hue angle of 88.75º 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 #E6FDCD is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 253 | 205 | - |
CMYK | 0.09 | 0 | 0.19 | 0.01 |
HSL | 88.75º | 0.92% | 0.9% | - |
HSV(B) | 88.75º | 0.19% | 0.99% | - |
XYZ | 78.78 | 91.48 | 71.26 | - |
YUV | 240.65 | 107.88 | 120.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 253 | 205 | 0.09 | 0 | 0.19 | 0.01 | 88.75 | 0.92 | 0.9 |
Hex | E6 | FD | CD | 9 | 0 | 13 | 1 | 59 | 5C | 5A |
Octal | 346 | 375 | 315 | 11 | 0 | 23 | 1 | 131 | 134 | 132 |
Binary | 11100110 | 11111101 | 11001101 | 1001 | 0 | 10011 | 1 | 1011001 | 1011100 | 1011010 |
Color Harmonies of #E6FDCD
Complementary color
Monochromatic Colors of #E6FDCD
Black with #E6FDCD
Text Example
Text Example
White with #E6FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDCD; }
p { color: rgb(230,253,205); }
H1.HeaderClassName
{
color: #E6FDCD;
}
.AnyTagClassName
{
color: #E6FDCD;
}
</style>
background-color css
<style>
a { background-color: #E6FDCD; }
a { background-color: rgb(230,253,205); }
div.DivClassName
{
background-color: #E6FDCD;
}
.BgClassName
{
background-color: #E6FDCD;
}
</style>
border-color css
<style>
span { border-color: #E6FDCD; }
span { border-color: rgb(230,253,205); }
td.TdClassName
{
border-color: #E6FDCD;
}
.TagClassName
{
border-color: #E6FDCD;
}
</style>