Shades of Snuff #DCCBDF
Tints of Snuff #DCCBDF
RGB
CMYK
RGB Variations
Color information
#DCCBDF (or 0xDCCBDF) is known color: Snuff. HEX triplet: DC, CB and DF. RGB value is (220,203,223). Sum of RGB (Red+Green+Blue) = 220+203+223=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCCBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBDF is #233420. Grayscale: #D2D2D2. Windows color (decimal): -2307105 or 14666716. OLE color: 14666716.
HSL color Cylindrical-coordinate representation of color #DCCBDF: hue angle of 291º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCBDF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 203 | 223 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.13 |
| HSL | 291º | 0.24% | 0.84% | - |
| HSV(B) | 291º | 0.09% | 0.87% | - |
| XYZ | 64.19 | 63.26 | 78.64 | - |
| YUV | 210.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 223 | 0.01 | 0.09 | 0 | 0.13 | 291 | 0.24 | 0.84 |
| Hex | DC | CB | DF | 1 | 9 | 0 | D | 123 | 18 | 54 |
| Octal | 334 | 313 | 337 | 1 | 11 | 0 | 15 | 443 | 30 | 124 |
| Binary | 11011100 | 11001011 | 11011111 | 1 | 1001 | 0 | 1101 | 100100011 | 11000 | 1010100 |
Color Harmonies of #DCCBDF
Complementary color
Monochromatic Colors of #DCCBDF
Black with #DCCBDF
Text Example
Text Example
White with #DCCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBDF; }
p { color: rgb(220,203,223); }
H1.HeaderClassName
{
color: #DCCBDF;
}
.AnyTagClassName
{
color: #DCCBDF;
}
</style>
background-color css
<style>
a { background-color: #DCCBDF; }
a { background-color: rgb(220,203,223); }
div.DivClassName
{
background-color: #DCCBDF;
}
.BgClassName
{
background-color: #DCCBDF;
}
</style>
border-color css
<style>
span { border-color: #DCCBDF; }
span { border-color: rgb(220,203,223); }
td.TdClassName
{
border-color: #DCCBDF;
}
.TagClassName
{
border-color: #DCCBDF;
}
</style>