Shades of Snuff #DDCEE0
Tints of Snuff #DDCEE0
RGB
CMYK
RGB Variations
Color information
#DDCEE0 (or 0xDDCEE0) is known color: Snuff. HEX triplet: DD, CE and E0. RGB value is (221,206,224). Sum of RGB (Red+Green+Blue) = 221+206+224=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEE0 is #22311F. Grayscale: #D4D4D4. Windows color (decimal): -2240800 or 14733021. OLE color: 14733021.
HSL color Cylindrical-coordinate representation of color #DDCEE0: hue angle of 290º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCEE0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 206 | 224 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.12 |
| HSL | 290º | 0.23% | 0.84% | - |
| HSV(B) | 290º | 0.08% | 0.88% | - |
| XYZ | 65.34 | 64.9 | 79.6 | - |
| YUV | 212.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 224 | 0.01 | 0.08 | 0 | 0.12 | 290 | 0.23 | 0.84 |
| Hex | DD | CE | E0 | 1 | 8 | 0 | C | 122 | 16 | 54 |
| Octal | 335 | 316 | 340 | 1 | 10 | 0 | 14 | 442 | 26 | 124 |
| Binary | 11011101 | 11001110 | 11100000 | 1 | 1000 | 0 | 1100 | 100100010 | 10110 | 1010100 |
Color Harmonies of #DDCEE0
Complementary color
Monochromatic Colors of #DDCEE0
Black with #DDCEE0
Text Example
Text Example
White with #DDCEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEE0; }
p { color: rgb(221,206,224); }
H1.HeaderClassName
{
color: #DDCEE0;
}
.AnyTagClassName
{
color: #DDCEE0;
}
</style>
background-color css
<style>
a { background-color: #DDCEE0; }
a { background-color: rgb(221,206,224); }
div.DivClassName
{
background-color: #DDCEE0;
}
.BgClassName
{
background-color: #DDCEE0;
}
</style>
border-color css
<style>
span { border-color: #DDCEE0; }
span { border-color: rgb(221,206,224); }
td.TdClassName
{
border-color: #DDCEE0;
}
.TagClassName
{
border-color: #DDCEE0;
}
</style>