Shades of Snuff #DDCCDF
Tints of Snuff #DDCCDF
RGB
CMYK
RGB Variations
Color information
#DDCCDF (or 0xDDCCDF) is known color: Snuff. HEX triplet: DD, CC and DF. RGB value is (221,204,223). Sum of RGB (Red+Green+Blue) = 221+204+223=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCDF is #223320. Grayscale: #D3D3D3. Windows color (decimal): -2241313 or 14666973. OLE color: 14666973.
HSL color Cylindrical-coordinate representation of color #DDCCDF: hue angle of 293.68º degrees, saturation: 0.23, 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 #DDCCDF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 223 | - |
CMYK | 0.01 | 0.09 | 0 | 0.13 |
HSL | 293.68º | 0.23% | 0.84% | - |
HSV(B) | 293.68º | 0.09% | 0.87% | - |
XYZ | 64.73 | 63.89 | 78.73 | - |
YUV | 211.25 | 134.63 | 134.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 223 | 0.01 | 0.09 | 0 | 0.13 | 293.68 | 0.23 | 0.84 |
Hex | DD | CC | DF | 1 | 9 | 0 | D | 126 | 17 | 54 |
Octal | 335 | 314 | 337 | 1 | 11 | 0 | 15 | 446 | 27 | 124 |
Binary | 11011101 | 11001100 | 11011111 | 1 | 1001 | 0 | 1101 | 100100110 | 10111 | 1010100 |
Color Harmonies of #DDCCDF
Complementary color
Monochromatic Colors of #DDCCDF
Black with #DDCCDF
Text Example
Text Example
White with #DDCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCDF; }
p { color: rgb(221,204,223); }
H1.HeaderClassName
{
color: #DDCCDF;
}
.AnyTagClassName
{
color: #DDCCDF;
}
</style>
background-color css
<style>
a { background-color: #DDCCDF; }
a { background-color: rgb(221,204,223); }
div.DivClassName
{
background-color: #DDCCDF;
}
.BgClassName
{
background-color: #DDCCDF;
}
</style>
border-color css
<style>
span { border-color: #DDCCDF; }
span { border-color: rgb(221,204,223); }
td.TdClassName
{
border-color: #DDCCDF;
}
.TagClassName
{
border-color: #DDCCDF;
}
</style>