Shades of Snuff #E0CFE0
Tints of Snuff #E0CFE0
RGB
CMYK
RGB Variations
Color information
#E0CFE0 (or 0xE0CFE0) is known color: Snuff. HEX triplet: E0, CF and E0. RGB value is (224,207,224). Sum of RGB (Red+Green+Blue) = 224+207+224=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0CFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFE0 is #1F301F. Grayscale: #D5D5D5. Windows color (decimal): -2043936 or 14733280. OLE color: 14733280.
HSL color Cylindrical-coordinate representation of color #E0CFE0: hue angle of 300º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CFE0 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 224 | - |
| CMYK | 0 | 0.08 | 0 | 0.12 |
| HSL | 300º | 0.22% | 0.85% | - |
| HSV(B) | 300º | 0.08% | 0.88% | - |
| XYZ | 66.51 | 65.85 | 79.73 | - |
| YUV | 214.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 224 | 0 | 0.08 | 0 | 0.12 | 300 | 0.22 | 0.85 |
| Hex | E0 | CF | E0 | 0 | 8 | 0 | C | 12C | 16 | 55 |
| Octal | 340 | 317 | 340 | 0 | 10 | 0 | 14 | 454 | 26 | 125 |
| Binary | 11100000 | 11001111 | 11100000 | 0 | 1000 | 0 | 1100 | 100101100 | 10110 | 1010101 |
Color Harmonies of #E0CFE0
Complementary color
Monochromatic Colors of #E0CFE0
Black with #E0CFE0
Text Example
Text Example
White with #E0CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFE0; }
p { color: rgb(224,207,224); }
H1.HeaderClassName
{
color: #E0CFE0;
}
.AnyTagClassName
{
color: #E0CFE0;
}
</style>
background-color css
<style>
a { background-color: #E0CFE0; }
a { background-color: rgb(224,207,224); }
div.DivClassName
{
background-color: #E0CFE0;
}
.BgClassName
{
background-color: #E0CFE0;
}
</style>
border-color css
<style>
span { border-color: #E0CFE0; }
span { border-color: rgb(224,207,224); }
td.TdClassName
{
border-color: #E0CFE0;
}
.TagClassName
{
border-color: #E0CFE0;
}
</style>