Shades of Snuff #DCCCDF
Tints of Snuff #DCCCDF
RGB
CMYK
RGB Variations
Color information
#DCCCDF (or 0xDCCCDF) is known color: Snuff. HEX triplet: DC, CC and DF. RGB value is (220,204,223). Sum of RGB (Red+Green+Blue) = 220+204+223=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCDF is #233320. Grayscale: #D2D2D2. Windows color (decimal): -2306849 or 14666972. OLE color: 14666972.
HSL color Cylindrical-coordinate representation of color #DCCCDF: hue angle of 290.53º 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 #DCCCDF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 204 | 223 | - |
CMYK | 0.01 | 0.09 | 0 | 0.13 |
HSL | 290.53º | 0.23% | 0.84% | - |
HSV(B) | 290.53º | 0.09% | 0.87% | - |
XYZ | 64.43 | 63.73 | 78.72 | - |
YUV | 210.95 | 134.8 | 134.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 223 | 0.01 | 0.09 | 0 | 0.13 | 290.53 | 0.23 | 0.84 |
Hex | DC | CC | DF | 1 | 9 | 0 | D | 123 | 17 | 54 |
Octal | 334 | 314 | 337 | 1 | 11 | 0 | 15 | 443 | 27 | 124 |
Binary | 11011100 | 11001100 | 11011111 | 1 | 1001 | 0 | 1101 | 100100011 | 10111 | 1010100 |
Color Harmonies of #DCCCDF
Complementary color
Monochromatic Colors of #DCCCDF
Black with #DCCCDF
Text Example
Text Example
White with #DCCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCDF; }
p { color: rgb(220,204,223); }
H1.HeaderClassName
{
color: #DCCCDF;
}
.AnyTagClassName
{
color: #DCCCDF;
}
</style>
background-color css
<style>
a { background-color: #DCCCDF; }
a { background-color: rgb(220,204,223); }
div.DivClassName
{
background-color: #DCCCDF;
}
.BgClassName
{
background-color: #DCCCDF;
}
</style>
border-color css
<style>
span { border-color: #DCCCDF; }
span { border-color: rgb(220,204,223); }
td.TdClassName
{
border-color: #DCCCDF;
}
.TagClassName
{
border-color: #DCCCDF;
}
</style>