Shades of Snuff #DCCFDF
Tints of Snuff #DCCFDF
RGB
CMYK
RGB Variations
Color information
#DCCFDF (or 0xDCCFDF) is known color: Snuff. HEX triplet: DC, CF and DF. RGB value is (220,207,223). Sum of RGB (Red+Green+Blue) = 220+207+223=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFDF is #233020. Grayscale: #D4D4D4. Windows color (decimal): -2306081 or 14667740. OLE color: 14667740.
HSL color Cylindrical-coordinate representation of color #DCCFDF: hue angle of 288.75º degrees, saturation: 0.2, 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 #DCCFDF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 207 | 223 | - |
CMYK | 0.01 | 0.07 | 0 | 0.13 |
HSL | 288.75º | 0.2% | 0.84% | - |
HSV(B) | 288.75º | 0.07% | 0.87% | - |
XYZ | 65.15 | 65.17 | 78.96 | - |
YUV | 212.71 | 133.81 | 133.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 207 | 223 | 0.01 | 0.07 | 0 | 0.13 | 288.75 | 0.2 | 0.84 |
Hex | DC | CF | DF | 1 | 7 | 0 | D | 121 | 14 | 54 |
Octal | 334 | 317 | 337 | 1 | 7 | 0 | 15 | 441 | 24 | 124 |
Binary | 11011100 | 11001111 | 11011111 | 1 | 111 | 0 | 1101 | 100100001 | 10100 | 1010100 |
Color Harmonies of #DCCFDF
Complementary color
Monochromatic Colors of #DCCFDF
Black with #DCCFDF
Text Example
Text Example
White with #DCCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFDF; }
p { color: rgb(220,207,223); }
H1.HeaderClassName
{
color: #DCCFDF;
}
.AnyTagClassName
{
color: #DCCFDF;
}
</style>
background-color css
<style>
a { background-color: #DCCFDF; }
a { background-color: rgb(220,207,223); }
div.DivClassName
{
background-color: #DCCFDF;
}
.BgClassName
{
background-color: #DCCFDF;
}
</style>
border-color css
<style>
span { border-color: #DCCFDF; }
span { border-color: rgb(220,207,223); }
td.TdClassName
{
border-color: #DCCFDF;
}
.TagClassName
{
border-color: #DCCFDF;
}
</style>