Shades of Snuff #DCCBDE
Tints of Snuff #DCCBDE
RGB
CMYK
RGB Variations
Color information
#DCCBDE (or 0xDCCBDE) is known color: Snuff. HEX triplet: DC, CB and DE. RGB value is (220,203,222). Sum of RGB (Red+Green+Blue) = 220+203+222=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCCBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBDE is #233421. Grayscale: #D2D2D2. Windows color (decimal): -2307106 or 14601180. OLE color: 14601180.
HSL color Cylindrical-coordinate representation of color #DCCBDE: hue angle of 293.68º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCBDE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 203 | 222 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.13 |
| HSL | 293.68º | 0.22% | 0.83% | - |
| HSV(B) | 293.68º | 0.09% | 0.87% | - |
| XYZ | 64.06 | 63.2 | 77.93 | - |
| YUV | 210.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 222 | 0.01 | 0.09 | 0 | 0.13 | 293.68 | 0.22 | 0.83 |
| Hex | DC | CB | DE | 1 | 9 | 0 | D | 126 | 16 | 53 |
| Octal | 334 | 313 | 336 | 1 | 11 | 0 | 15 | 446 | 26 | 123 |
| Binary | 11011100 | 11001011 | 11011110 | 1 | 1001 | 0 | 1101 | 100100110 | 10110 | 1010011 |
Color Harmonies of #DCCBDE
Complementary color
Monochromatic Colors of #DCCBDE
Black with #DCCBDE
Text Example
Text Example
White with #DCCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBDE; }
p { color: rgb(220,203,222); }
H1.HeaderClassName
{
color: #DCCBDE;
}
.AnyTagClassName
{
color: #DCCBDE;
}
</style>
background-color css
<style>
a { background-color: #DCCBDE; }
a { background-color: rgb(220,203,222); }
div.DivClassName
{
background-color: #DCCBDE;
}
.BgClassName
{
background-color: #DCCBDE;
}
</style>
border-color css
<style>
span { border-color: #DCCBDE; }
span { border-color: rgb(220,203,222); }
td.TdClassName
{
border-color: #DCCBDE;
}
.TagClassName
{
border-color: #DCCBDE;
}
</style>