Shades of Snuff #E0CEDF
Tints of Snuff #E0CEDF
RGB
CMYK
RGB Variations
Color information
#E0CEDF (or 0xE0CEDF) is known color: Snuff. HEX triplet: E0, CE and DF. RGB value is (224,206,223). Sum of RGB (Red+Green+Blue) = 224+206+223=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CEDF is #1F3120. Grayscale: #D5D5D5. Windows color (decimal): -2044193 or 14667488. OLE color: 14667488.
HSL color Cylindrical-coordinate representation of color #E0CEDF: hue angle of 303.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CEDF is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 223 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.12 |
| HSL | 303.33º | 0.23% | 0.84% | - |
| HSV(B) | 303.33º | 0.08% | 0.88% | - |
| XYZ | 66.13 | 65.32 | 78.93 | - |
| YUV | 213.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 223 | 0 | 0.08 | 0.00 | 0.12 | 303.33 | 0.23 | 0.84 |
| Hex | E0 | CE | DF | 0 | 8 | 0 | C | 12F | 16 | 54 |
| Octal | 340 | 316 | 337 | 0 | 10 | 0 | 14 | 457 | 26 | 124 |
| Binary | 11100000 | 11001110 | 11011111 | 0 | 1000 | 0 | 1100 | 100101111 | 10110 | 1010100 |
Color Harmonies of #E0CEDF
Complementary color
Monochromatic Colors of #E0CEDF
Black with #E0CEDF
Text Example
Text Example
White with #E0CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEDF; }
p { color: rgb(224,206,223); }
H1.HeaderClassName
{
color: #E0CEDF;
}
.AnyTagClassName
{
color: #E0CEDF;
}
</style>
background-color css
<style>
a { background-color: #E0CEDF; }
a { background-color: rgb(224,206,223); }
div.DivClassName
{
background-color: #E0CEDF;
}
.BgClassName
{
background-color: #E0CEDF;
}
</style>
border-color css
<style>
span { border-color: #E0CEDF; }
span { border-color: rgb(224,206,223); }
td.TdClassName
{
border-color: #E0CEDF;
}
.TagClassName
{
border-color: #E0CEDF;
}
</style>