Shades of Snow Flurry #E6EFC8
Tints of Snow Flurry #E6EFC8
RGB
CMYK
RGB Variations
Color information
#E6EFC8 (or 0xE6EFC8) is known color: Snow Flurry. HEX triplet: E6, EF and C8. RGB value is (230,239,200). Sum of RGB (Red+Green+Blue) = 230+239+200=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 200 (78.52% from 255 or 29.90% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFC8 is #191037. Grayscale: #E8E8E8. Windows color (decimal): -1642552 or 13168614. OLE color: 13168614.
HSL color Cylindrical-coordinate representation of color #E6EFC8: hue angle of 73.85º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6EFC8 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 239 | 200 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.06 |
| HSL | 73.85º | 0.55% | 0.86% | - |
| HSV(B) | 73.85º | 0.16% | 0.94% | - |
| XYZ | 73.92 | 82.73 | 66.72 | - |
| YUV | 231.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 239 | 200 | 0.04 | 0 | 0.16 | 0.06 | 73.85 | 0.55 | 0.86 |
| Hex | E6 | EF | C8 | 4 | 0 | 10 | 6 | 4A | 37 | 56 |
| Octal | 346 | 357 | 310 | 4 | 0 | 20 | 6 | 112 | 67 | 126 |
| Binary | 11100110 | 11101111 | 11001000 | 100 | 0 | 10000 | 110 | 1001010 | 110111 | 1010110 |
Color Harmonies of #E6EFC8
Complementary color
Monochromatic Colors of #E6EFC8
Black with #E6EFC8
Text Example
Text Example
White with #E6EFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFC8; }
p { color: rgb(230,239,200); }
H1.HeaderClassName
{
color: #E6EFC8;
}
.AnyTagClassName
{
color: #E6EFC8;
}
</style>
background-color css
<style>
a { background-color: #E6EFC8; }
a { background-color: rgb(230,239,200); }
div.DivClassName
{
background-color: #E6EFC8;
}
.BgClassName
{
background-color: #E6EFC8;
}
</style>
border-color css
<style>
span { border-color: #E6EFC8; }
span { border-color: rgb(230,239,200); }
td.TdClassName
{
border-color: #E6EFC8;
}
.TagClassName
{
border-color: #E6EFC8;
}
</style>