Shades of Snuff #DDCFDD
Tints of Snuff #DDCFDD
RGB
CMYK
RGB Variations
Color information
#DDCFDD (or 0xDDCFDD) is known color: Snuff. HEX triplet: DD, CF and DD. RGB value is (221,207,221). Sum of RGB (Red+Green+Blue) = 221+207+221=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFDD is #223022. Grayscale: #D4D4D4. Windows color (decimal): -2240547 or 14536669. OLE color: 14536669.
HSL color Cylindrical-coordinate representation of color #DDCFDD: hue angle of 300º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDCFDD is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 207 | 221 | - |
CMYK | 0 | 0.06 | 0 | 0.13 |
HSL | 300º | 0.17% | 0.84% | - |
HSV(B) | 300º | 0.06% | 0.87% | - |
XYZ | 65.18 | 65.22 | 77.56 | - |
YUV | 212.78 | 132.64 | 133.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 207 | 221 | 0 | 0.06 | 0 | 0.13 | 300 | 0.17 | 0.84 |
Hex | DD | CF | DD | 0 | 6 | 0 | D | 12C | 11 | 54 |
Octal | 335 | 317 | 335 | 0 | 6 | 0 | 15 | 454 | 21 | 124 |
Binary | 11011101 | 11001111 | 11011101 | 0 | 110 | 0 | 1101 | 100101100 | 10001 | 1010100 |
Color Harmonies of #DDCFDD
Complementary color
Monochromatic Colors of #DDCFDD
Black with #DDCFDD
Text Example
Text Example
White with #DDCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFDD; }
p { color: rgb(221,207,221); }
H1.HeaderClassName
{
color: #DDCFDD;
}
.AnyTagClassName
{
color: #DDCFDD;
}
</style>
background-color css
<style>
a { background-color: #DDCFDD; }
a { background-color: rgb(221,207,221); }
div.DivClassName
{
background-color: #DDCFDD;
}
.BgClassName
{
background-color: #DDCFDD;
}
</style>
border-color css
<style>
span { border-color: #DDCFDD; }
span { border-color: rgb(221,207,221); }
td.TdClassName
{
border-color: #DDCFDD;
}
.TagClassName
{
border-color: #DDCFDD;
}
</style>