Shades of Snuff #DDCFDF
Tints of Snuff #DDCFDF
RGB
CMYK
RGB Variations
Color information
#DDCFDF (or 0xDDCFDF) is known color: Snuff. HEX triplet: DD, CF and DF. RGB value is (221,207,223). Sum of RGB (Red+Green+Blue) = 221+207+223=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFDF is #223020. Grayscale: #D4D4D4. Windows color (decimal): -2240545 or 14667741. OLE color: 14667741.
HSL color Cylindrical-coordinate representation of color #DDCFDF: hue angle of 292.5º 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 #DDCFDF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 207 | 223 | - |
CMYK | 0.01 | 0.07 | 0 | 0.13 |
HSL | 292.5º | 0.2% | 0.84% | - |
HSV(B) | 292.5º | 0.07% | 0.87% | - |
XYZ | 65.45 | 65.33 | 78.97 | - |
YUV | 213.01 | 133.64 | 133.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 207 | 223 | 0.01 | 0.07 | 0 | 0.13 | 292.5 | 0.2 | 0.84 |
Hex | DD | CF | DF | 1 | 7 | 0 | D | 124 | 14 | 54 |
Octal | 335 | 317 | 337 | 1 | 7 | 0 | 15 | 444 | 24 | 124 |
Binary | 11011101 | 11001111 | 11011111 | 1 | 111 | 0 | 1101 | 100100100 | 10100 | 1010100 |
Color Harmonies of #DDCFDF
Complementary color
Monochromatic Colors of #DDCFDF
Black with #DDCFDF
Text Example
Text Example
White with #DDCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFDF; }
p { color: rgb(221,207,223); }
H1.HeaderClassName
{
color: #DDCFDF;
}
.AnyTagClassName
{
color: #DDCFDF;
}
</style>
background-color css
<style>
a { background-color: #DDCFDF; }
a { background-color: rgb(221,207,223); }
div.DivClassName
{
background-color: #DDCFDF;
}
.BgClassName
{
background-color: #DDCFDF;
}
</style>
border-color css
<style>
span { border-color: #DDCFDF; }
span { border-color: rgb(221,207,223); }
td.TdClassName
{
border-color: #DDCFDF;
}
.TagClassName
{
border-color: #DDCFDF;
}
</style>