Shades of Snuff #DBCDDD
Tints of Snuff #DBCDDD
RGB
CMYK
RGB Variations
Color information
#DBCDDD (or 0xDBCDDD) is known color: Snuff. HEX triplet: DB, CD and DD. RGB value is (219,205,221). Sum of RGB (Red+Green+Blue) = 219+205+221=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDDD is #243222. Grayscale: #D2D2D2. Windows color (decimal): -2372131 or 14536155. OLE color: 14536155.
HSL color Cylindrical-coordinate representation of color #DBCDDD: hue angle of 292.5º degrees, saturation: 0.19, 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 #DBCDDD is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 205 | 221 | - |
CMYK | 0.01 | 0.07 | 0 | 0.13 |
HSL | 292.5º | 0.19% | 0.84% | - |
HSV(B) | 292.5º | 0.07% | 0.87% | - |
XYZ | 64.1 | 63.94 | 77.37 | - |
YUV | 211.01 | 133.64 | 133.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 205 | 221 | 0.01 | 0.07 | 0 | 0.13 | 292.5 | 0.19 | 0.84 |
Hex | DB | CD | DD | 1 | 7 | 0 | D | 124 | 13 | 54 |
Octal | 333 | 315 | 335 | 1 | 7 | 0 | 15 | 444 | 23 | 124 |
Binary | 11011011 | 11001101 | 11011101 | 1 | 111 | 0 | 1101 | 100100100 | 10011 | 1010100 |
Color Harmonies of #DBCDDD
Complementary color
Monochromatic Colors of #DBCDDD
Black with #DBCDDD
Text Example
Text Example
White with #DBCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDDD; }
p { color: rgb(219,205,221); }
H1.HeaderClassName
{
color: #DBCDDD;
}
.AnyTagClassName
{
color: #DBCDDD;
}
</style>
background-color css
<style>
a { background-color: #DBCDDD; }
a { background-color: rgb(219,205,221); }
div.DivClassName
{
background-color: #DBCDDD;
}
.BgClassName
{
background-color: #DBCDDD;
}
</style>
border-color css
<style>
span { border-color: #DBCDDD; }
span { border-color: rgb(219,205,221); }
td.TdClassName
{
border-color: #DBCDDD;
}
.TagClassName
{
border-color: #DBCDDD;
}
</style>