Shades of Snuff #DCD2DE
Tints of Snuff #DCD2DE
RGB
CMYK
RGB Variations
Color information
#DCD2DE (or 0xDCD2DE) is known color: Snuff. HEX triplet: DC, D2 and DE. RGB value is (220,210,222). Sum of RGB (Red+Green+Blue) = 220+210+222=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2DE is #232D21. Grayscale: #D6D6D6. Windows color (decimal): -2305314 or 14602972. OLE color: 14602972.
HSL color Cylindrical-coordinate representation of color #DCD2DE: hue angle of 290º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCD2DE is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 210 | 222 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.13 |
| HSL | 290º | 0.15% | 0.85% | - |
| HSV(B) | 290º | 0.05% | 0.87% | - |
| XYZ | 65.75 | 66.58 | 78.49 | - |
| YUV | 214.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 222 | 0.01 | 0.05 | 0 | 0.13 | 290 | 0.15 | 0.85 |
| Hex | DC | D2 | DE | 1 | 5 | 0 | D | 122 | F | 55 |
| Octal | 334 | 322 | 336 | 1 | 5 | 0 | 15 | 442 | 17 | 125 |
| Binary | 11011100 | 11010010 | 11011110 | 1 | 101 | 0 | 1101 | 100100010 | 1111 | 1010101 |
Color Harmonies of #DCD2DE
Complementary color
Monochromatic Colors of #DCD2DE
Black with #DCD2DE
Text Example
Text Example
White with #DCD2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2DE; }
p { color: rgb(220,210,222); }
H1.HeaderClassName
{
color: #DCD2DE;
}
.AnyTagClassName
{
color: #DCD2DE;
}
</style>
background-color css
<style>
a { background-color: #DCD2DE; }
a { background-color: rgb(220,210,222); }
div.DivClassName
{
background-color: #DCD2DE;
}
.BgClassName
{
background-color: #DCD2DE;
}
</style>
border-color css
<style>
span { border-color: #DCD2DE; }
span { border-color: rgb(220,210,222); }
td.TdClassName
{
border-color: #DCD2DE;
}
.TagClassName
{
border-color: #DCD2DE;
}
</style>