Shades of Snuff #DDCEDE
Tints of Snuff #DDCEDE
RGB
CMYK
RGB Variations
Color information
#DDCEDE (or 0xDDCEDE) is known color: Snuff. HEX triplet: DD, CE and DE. RGB value is (221,206,222). Sum of RGB (Red+Green+Blue) = 221+206+222=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEDE is #223121. Grayscale: #D4D4D4. Windows color (decimal): -2240802 or 14601949. OLE color: 14601949.
HSL color Cylindrical-coordinate representation of color #DDCEDE: hue angle of 296.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCEDE is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 222 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.13 |
| HSL | 296.25º | 0.2% | 0.84% | - |
| HSV(B) | 296.25º | 0.07% | 0.87% | - |
| XYZ | 65.07 | 64.79 | 78.18 | - |
| YUV | 212.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 222 | 0.00 | 0.07 | 0 | 0.13 | 296.25 | 0.2 | 0.84 |
| Hex | DD | CE | DE | 0 | 7 | 0 | D | 128 | 14 | 54 |
| Octal | 335 | 316 | 336 | 0 | 7 | 0 | 15 | 450 | 24 | 124 |
| Binary | 11011101 | 11001110 | 11011110 | 0 | 111 | 0 | 1101 | 100101000 | 10100 | 1010100 |
Color Harmonies of #DDCEDE
Complementary color
Monochromatic Colors of #DDCEDE
Black with #DDCEDE
Text Example
Text Example
White with #DDCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEDE; }
p { color: rgb(221,206,222); }
H1.HeaderClassName
{
color: #DDCEDE;
}
.AnyTagClassName
{
color: #DDCEDE;
}
</style>
background-color css
<style>
a { background-color: #DDCEDE; }
a { background-color: rgb(221,206,222); }
div.DivClassName
{
background-color: #DDCEDE;
}
.BgClassName
{
background-color: #DDCEDE;
}
</style>
border-color css
<style>
span { border-color: #DDCEDE; }
span { border-color: rgb(221,206,222); }
td.TdClassName
{
border-color: #DDCEDE;
}
.TagClassName
{
border-color: #DDCEDE;
}
</style>