Shades of Snow Flurry #E6EFD0
Tints of Snow Flurry #E6EFD0
RGB
CMYK
RGB Variations
Color information
#E6EFD0 (or 0xE6EFD0) is known color: Snow Flurry. HEX triplet: E6, EF and D0. RGB value is (230,239,208). Sum of RGB (Red+Green+Blue) = 230+239+208=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 208 (81.64% from 255 or 30.72% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFD0 is #19102F. Grayscale: #E8E8E8. Windows color (decimal): -1642544 or 13692902. OLE color: 13692902.
HSL color Cylindrical-coordinate representation of color #E6EFD0: hue angle of 77.42º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6EFD0 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 239 | 208 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.06 |
| HSL | 77.42º | 0.49% | 0.88% | - |
| HSV(B) | 77.42º | 0.13% | 0.94% | - |
| XYZ | 74.88 | 83.11 | 71.77 | - |
| YUV | 232.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 239 | 208 | 0.04 | 0 | 0.13 | 0.06 | 77.42 | 0.49 | 0.88 |
| Hex | E6 | EF | D0 | 4 | 0 | D | 6 | 4D | 31 | 58 |
| Octal | 346 | 357 | 320 | 4 | 0 | 15 | 6 | 115 | 61 | 130 |
| Binary | 11100110 | 11101111 | 11010000 | 100 | 0 | 1101 | 110 | 1001101 | 110001 | 1011000 |
Color Harmonies of #E6EFD0
Complementary color
Monochromatic Colors of #E6EFD0
Black with #E6EFD0
Text Example
Text Example
White with #E6EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFD0; }
p { color: rgb(230,239,208); }
H1.HeaderClassName
{
color: #E6EFD0;
}
.AnyTagClassName
{
color: #E6EFD0;
}
</style>
background-color css
<style>
a { background-color: #E6EFD0; }
a { background-color: rgb(230,239,208); }
div.DivClassName
{
background-color: #E6EFD0;
}
.BgClassName
{
background-color: #E6EFD0;
}
</style>
border-color css
<style>
span { border-color: #E6EFD0; }
span { border-color: rgb(230,239,208); }
td.TdClassName
{
border-color: #E6EFD0;
}
.TagClassName
{
border-color: #E6EFD0;
}
</style>