Shades of Snow Flurry #E8F0CD
Tints of Snow Flurry #E8F0CD
RGB
CMYK
RGB Variations
Color information
#E8F0CD (or 0xE8F0CD) is known color: Snow Flurry. HEX triplet: E8, F0 and CD. RGB value is (232,240,205). Sum of RGB (Red+Green+Blue) = 232+240+205=677 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.27% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F0CD is #170F32. Grayscale: #E9E9E9. Windows color (decimal): -1511219 or 13496552. OLE color: 13496552.
HSL color Cylindrical-coordinate representation of color #E8F0CD: hue angle of 73.71º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8F0CD is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 232 | 240 | 205 | - |
CMYK | 0.03 | 0 | 0.15 | 0.06 |
HSL | 73.71º | 0.54% | 0.87% | - |
HSV(B) | 73.71º | 0.15% | 0.94% | - |
XYZ | 75.46 | 83.88 | 69.97 | - |
YUV | 233.62 | 111.85 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 240 | 205 | 0.03 | 0 | 0.15 | 0.06 | 73.71 | 0.54 | 0.87 |
Hex | E8 | F0 | CD | 3 | 0 | F | 6 | 4A | 36 | 57 |
Octal | 350 | 360 | 315 | 3 | 0 | 17 | 6 | 112 | 66 | 127 |
Binary | 11101000 | 11110000 | 11001101 | 11 | 0 | 1111 | 110 | 1001010 | 110110 | 1010111 |
Color Harmonies of #E8F0CD
Complementary color
Monochromatic Colors of #E8F0CD
Black with #E8F0CD
Text Example
Text Example
White with #E8F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F0CD; }
p { color: rgb(232,240,205); }
H1.HeaderClassName
{
color: #E8F0CD;
}
.AnyTagClassName
{
color: #E8F0CD;
}
</style>
background-color css
<style>
a { background-color: #E8F0CD; }
a { background-color: rgb(232,240,205); }
div.DivClassName
{
background-color: #E8F0CD;
}
.BgClassName
{
background-color: #E8F0CD;
}
</style>
border-color css
<style>
span { border-color: #E8F0CD; }
span { border-color: rgb(232,240,205); }
td.TdClassName
{
border-color: #E8F0CD;
}
.TagClassName
{
border-color: #E8F0CD;
}
</style>