Shades of Snuff #E0CFDF
Tints of Snuff #E0CFDF
RGB
CMYK
RGB Variations
Color information
#E0CFDF (or 0xE0CFDF) is known color: Snuff. HEX triplet: E0, CF and DF. RGB value is (224,207,223). Sum of RGB (Red+Green+Blue) = 224+207+223=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFDF is #1F3020. Grayscale: #D5D5D5. Windows color (decimal): -2043937 or 14667744. OLE color: 14667744.
HSL color Cylindrical-coordinate representation of color #E0CFDF: hue angle of 303.53º 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 #E0CFDF is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 207 | 223 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.12 |
| HSL | 303.53º | 0.22% | 0.85% | - |
| HSV(B) | 303.53º | 0.08% | 0.88% | - |
| XYZ | 66.37 | 65.8 | 79.01 | - |
| YUV | 213.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 207 | 223 | 0 | 0.08 | 0.00 | 0.12 | 303.53 | 0.22 | 0.85 |
| Hex | E0 | CF | DF | 0 | 8 | 0 | C | 130 | 16 | 55 |
| Octal | 340 | 317 | 337 | 0 | 10 | 0 | 14 | 460 | 26 | 125 |
| Binary | 11100000 | 11001111 | 11011111 | 0 | 1000 | 0 | 1100 | 100110000 | 10110 | 1010101 |
Color Harmonies of #E0CFDF
Complementary color
Monochromatic Colors of #E0CFDF
Black with #E0CFDF
Text Example
Text Example
White with #E0CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CFDF; }
p { color: rgb(224,207,223); }
H1.HeaderClassName
{
color: #E0CFDF;
}
.AnyTagClassName
{
color: #E0CFDF;
}
</style>
background-color css
<style>
a { background-color: #E0CFDF; }
a { background-color: rgb(224,207,223); }
div.DivClassName
{
background-color: #E0CFDF;
}
.BgClassName
{
background-color: #E0CFDF;
}
</style>
border-color css
<style>
span { border-color: #E0CFDF; }
span { border-color: rgb(224,207,223); }
td.TdClassName
{
border-color: #E0CFDF;
}
.TagClassName
{
border-color: #E0CFDF;
}
</style>