Shades of Snow Flurry #E6EFCD
Tints of Snow Flurry #E6EFCD
RGB
CMYK
RGB Variations
Color information
#E6EFCD (or 0xE6EFCD) is known color: Snow Flurry. HEX triplet: E6, EF and CD. RGB value is (230,239,205). Sum of RGB (Red+Green+Blue) = 230+239+205=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFCD is #191032. Grayscale: #E8E8E8. Windows color (decimal): -1642547 or 13496294. OLE color: 13496294.
HSL color Cylindrical-coordinate representation of color #E6EFCD: hue angle of 75.88º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6EFCD is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 239 | 205 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.06 |
| HSL | 75.88º | 0.52% | 0.87% | - |
| HSV(B) | 75.88º | 0.14% | 0.94% | - |
| XYZ | 74.52 | 82.96 | 69.84 | - |
| YUV | 232.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 239 | 205 | 0.04 | 0 | 0.14 | 0.06 | 75.88 | 0.52 | 0.87 |
| Hex | E6 | EF | CD | 4 | 0 | E | 6 | 4C | 34 | 57 |
| Octal | 346 | 357 | 315 | 4 | 0 | 16 | 6 | 114 | 64 | 127 |
| Binary | 11100110 | 11101111 | 11001101 | 100 | 0 | 1110 | 110 | 1001100 | 110100 | 1010111 |
Color Harmonies of #E6EFCD
Complementary color
Monochromatic Colors of #E6EFCD
Black with #E6EFCD
Text Example
Text Example
White with #E6EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFCD; }
p { color: rgb(230,239,205); }
H1.HeaderClassName
{
color: #E6EFCD;
}
.AnyTagClassName
{
color: #E6EFCD;
}
</style>
background-color css
<style>
a { background-color: #E6EFCD; }
a { background-color: rgb(230,239,205); }
div.DivClassName
{
background-color: #E6EFCD;
}
.BgClassName
{
background-color: #E6EFCD;
}
</style>
border-color css
<style>
span { border-color: #E6EFCD; }
span { border-color: rgb(230,239,205); }
td.TdClassName
{
border-color: #E6EFCD;
}
.TagClassName
{
border-color: #E6EFCD;
}
</style>