Shades of Snuff #E0CDDF
Tints of Snuff #E0CDDF
RGB
CMYK
RGB Variations
Color information
#E0CDDF (or 0xE0CDDF) is known color: Snuff. HEX triplet: E0, CD and DF. RGB value is (224,205,223). Sum of RGB (Red+Green+Blue) = 224+205+223=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDDF is #1F3220. Grayscale: #D4D4D4. Windows color (decimal): -2044449 or 14667232. OLE color: 14667232.
HSL color Cylindrical-coordinate representation of color #E0CDDF: hue angle of 303.16º degrees, saturation: 0.23, 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 #E0CDDF is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 223 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.12 |
| HSL | 303.16º | 0.23% | 0.84% | - |
| HSV(B) | 303.16º | 0.08% | 0.88% | - |
| XYZ | 65.89 | 64.84 | 78.85 | - |
| YUV | 212.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 223 | 0 | 0.08 | 0.00 | 0.12 | 303.16 | 0.23 | 0.84 |
| Hex | E0 | CD | DF | 0 | 8 | 0 | C | 12F | 17 | 54 |
| Octal | 340 | 315 | 337 | 0 | 10 | 0 | 14 | 457 | 27 | 124 |
| Binary | 11100000 | 11001101 | 11011111 | 0 | 1000 | 0 | 1100 | 100101111 | 10111 | 1010100 |
Color Harmonies of #E0CDDF
Complementary color
Monochromatic Colors of #E0CDDF
Black with #E0CDDF
Text Example
Text Example
White with #E0CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDDF; }
p { color: rgb(224,205,223); }
H1.HeaderClassName
{
color: #E0CDDF;
}
.AnyTagClassName
{
color: #E0CDDF;
}
</style>
background-color css
<style>
a { background-color: #E0CDDF; }
a { background-color: rgb(224,205,223); }
div.DivClassName
{
background-color: #E0CDDF;
}
.BgClassName
{
background-color: #E0CDDF;
}
</style>
border-color css
<style>
span { border-color: #E0CDDF; }
span { border-color: rgb(224,205,223); }
td.TdClassName
{
border-color: #E0CDDF;
}
.TagClassName
{
border-color: #E0CDDF;
}
</style>