Shades of Snuff #DDCFE0
Tints of Snuff #DDCFE0
RGB
CMYK
RGB Variations
Color information
#DDCFE0 (or 0xDDCFE0) is known color: Snuff. HEX triplet: DD, CF and E0. RGB value is (221,207,224). Sum of RGB (Red+Green+Blue) = 221+207+224=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFE0 is #22301F. Grayscale: #D5D5D5. Windows color (decimal): -2240544 or 14733277. OLE color: 14733277.
HSL color Cylindrical-coordinate representation of color #DDCFE0: hue angle of 289.41º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCFE0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 207 | 224 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.12 |
| HSL | 289.41º | 0.22% | 0.85% | - |
| HSV(B) | 289.41º | 0.08% | 0.88% | - |
| XYZ | 65.59 | 65.38 | 79.68 | - |
| YUV | 213.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 224 | 0.01 | 0.08 | 0 | 0.12 | 289.41 | 0.22 | 0.85 |
| Hex | DD | CF | E0 | 1 | 8 | 0 | C | 121 | 16 | 55 |
| Octal | 335 | 317 | 340 | 1 | 10 | 0 | 14 | 441 | 26 | 125 |
| Binary | 11011101 | 11001111 | 11100000 | 1 | 1000 | 0 | 1100 | 100100001 | 10110 | 1010101 |
Color Harmonies of #DDCFE0
Complementary color
Monochromatic Colors of #DDCFE0
Black with #DDCFE0
Text Example
Text Example
White with #DDCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFE0; }
p { color: rgb(221,207,224); }
H1.HeaderClassName
{
color: #DDCFE0;
}
.AnyTagClassName
{
color: #DDCFE0;
}
</style>
background-color css
<style>
a { background-color: #DDCFE0; }
a { background-color: rgb(221,207,224); }
div.DivClassName
{
background-color: #DDCFE0;
}
.BgClassName
{
background-color: #DDCFE0;
}
</style>
border-color css
<style>
span { border-color: #DDCFE0; }
span { border-color: rgb(221,207,224); }
td.TdClassName
{
border-color: #DDCFE0;
}
.TagClassName
{
border-color: #DDCFE0;
}
</style>