Shades of Snuff #DDCDDF
Tints of Snuff #DDCDDF
RGB
CMYK
RGB Variations
Color information
#DDCDDF (or 0xDDCDDF) is known color: Snuff. HEX triplet: DD, CD and DF. RGB value is (221,205,223). Sum of RGB (Red+Green+Blue) = 221+205+223=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDCDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDDF is #223220. Grayscale: #D3D3D3. Windows color (decimal): -2241057 or 14667229. OLE color: 14667229.
HSL color Cylindrical-coordinate representation of color #DDCDDF: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCDDF is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 223 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.13 |
| HSL | 293.33º | 0.22% | 0.84% | - |
| HSV(B) | 293.33º | 0.08% | 0.87% | - |
| XYZ | 64.97 | 64.36 | 78.81 | - |
| YUV | 211.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 223 | 0.01 | 0.08 | 0 | 0.13 | 293.33 | 0.22 | 0.84 |
| Hex | DD | CD | DF | 1 | 8 | 0 | D | 125 | 16 | 54 |
| Octal | 335 | 315 | 337 | 1 | 10 | 0 | 15 | 445 | 26 | 124 |
| Binary | 11011101 | 11001101 | 11011111 | 1 | 1000 | 0 | 1101 | 100100101 | 10110 | 1010100 |
Color Harmonies of #DDCDDF
Complementary color
Monochromatic Colors of #DDCDDF
Black with #DDCDDF
Text Example
Text Example
White with #DDCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDDF; }
p { color: rgb(221,205,223); }
H1.HeaderClassName
{
color: #DDCDDF;
}
.AnyTagClassName
{
color: #DDCDDF;
}
</style>
background-color css
<style>
a { background-color: #DDCDDF; }
a { background-color: rgb(221,205,223); }
div.DivClassName
{
background-color: #DDCDDF;
}
.BgClassName
{
background-color: #DDCDDF;
}
</style>
border-color css
<style>
span { border-color: #DDCDDF; }
span { border-color: rgb(221,205,223); }
td.TdClassName
{
border-color: #DDCDDF;
}
.TagClassName
{
border-color: #DDCDDF;
}
</style>