Shades of Snuff #DFCDDE
Tints of Snuff #DFCDDE
RGB
CMYK
RGB Variations
Color information
#DFCDDE (or 0xDFCDDE) is known color: Snuff. HEX triplet: DF, CD and DE. RGB value is (223,205,222). Sum of RGB (Red+Green+Blue) = 223+205+222=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDDE is #203221. Grayscale: #D4D4D4. Windows color (decimal): -2109986 or 14601695. OLE color: 14601695.
HSL color Cylindrical-coordinate representation of color #DFCDDE: hue angle of 303.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCDDE is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 222 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.13 |
| HSL | 303.33º | 0.22% | 0.84% | - |
| HSV(B) | 303.33º | 0.08% | 0.87% | - |
| XYZ | 65.45 | 64.62 | 78.13 | - |
| YUV | 212.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 222 | 0 | 0.08 | 0.00 | 0.13 | 303.33 | 0.22 | 0.84 |
| Hex | DF | CD | DE | 0 | 8 | 0 | D | 12F | 16 | 54 |
| Octal | 337 | 315 | 336 | 0 | 10 | 0 | 15 | 457 | 26 | 124 |
| Binary | 11011111 | 11001101 | 11011110 | 0 | 1000 | 0 | 1101 | 100101111 | 10110 | 1010100 |
Color Harmonies of #DFCDDE
Complementary color
Monochromatic Colors of #DFCDDE
Black with #DFCDDE
Text Example
Text Example
White with #DFCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDDE; }
p { color: rgb(223,205,222); }
H1.HeaderClassName
{
color: #DFCDDE;
}
.AnyTagClassName
{
color: #DFCDDE;
}
</style>
background-color css
<style>
a { background-color: #DFCDDE; }
a { background-color: rgb(223,205,222); }
div.DivClassName
{
background-color: #DFCDDE;
}
.BgClassName
{
background-color: #DFCDDE;
}
</style>
border-color css
<style>
span { border-color: #DFCDDE; }
span { border-color: rgb(223,205,222); }
td.TdClassName
{
border-color: #DFCDDE;
}
.TagClassName
{
border-color: #DFCDDE;
}
</style>