Shades of Snuff #DCCEDE
Tints of Snuff #DCCEDE
RGB
CMYK
RGB Variations
Color information
#DCCEDE (or 0xDCCEDE) is known color: Snuff. HEX triplet: DC, CE and DE. RGB value is (220,206,222). Sum of RGB (Red+Green+Blue) = 220+206+222=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCCEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEDE is #233121. Grayscale: #D3D3D3. Windows color (decimal): -2306338 or 14601948. OLE color: 14601948.
HSL color Cylindrical-coordinate representation of color #DCCEDE: hue angle of 292.5º 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 #DCCEDE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 206 | 222 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.13 |
| HSL | 292.5º | 0.2% | 0.84% | - |
| HSV(B) | 292.5º | 0.07% | 0.87% | - |
| XYZ | 64.77 | 64.63 | 78.17 | - |
| YUV | 212.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 222 | 0.01 | 0.07 | 0 | 0.13 | 292.5 | 0.2 | 0.84 |
| Hex | DC | CE | DE | 1 | 7 | 0 | D | 124 | 14 | 54 |
| Octal | 334 | 316 | 336 | 1 | 7 | 0 | 15 | 444 | 24 | 124 |
| Binary | 11011100 | 11001110 | 11011110 | 1 | 111 | 0 | 1101 | 100100100 | 10100 | 1010100 |
Color Harmonies of #DCCEDE
Complementary color
Monochromatic Colors of #DCCEDE
Black with #DCCEDE
Text Example
Text Example
White with #DCCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEDE; }
p { color: rgb(220,206,222); }
H1.HeaderClassName
{
color: #DCCEDE;
}
.AnyTagClassName
{
color: #DCCEDE;
}
</style>
background-color css
<style>
a { background-color: #DCCEDE; }
a { background-color: rgb(220,206,222); }
div.DivClassName
{
background-color: #DCCEDE;
}
.BgClassName
{
background-color: #DCCEDE;
}
</style>
border-color css
<style>
span { border-color: #DCCEDE; }
span { border-color: rgb(220,206,222); }
td.TdClassName
{
border-color: #DCCEDE;
}
.TagClassName
{
border-color: #DCCEDE;
}
</style>