Shades of Snuff #DDCBE0
Tints of Snuff #DDCBE0
RGB
CMYK
RGB Variations
Color information
#DDCBE0 (or 0xDDCBE0) is known color: Snuff. HEX triplet: DD, CB and E0. RGB value is (221,203,224). Sum of RGB (Red+Green+Blue) = 221+203+224=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBE0 is #22341F. Grayscale: #D2D2D2. Windows color (decimal): -2241568 or 14732253. OLE color: 14732253.
HSL color Cylindrical-coordinate representation of color #DDCBE0: hue angle of 291.43º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCBE0 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 203 | 224 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.12 |
| HSL | 291.43º | 0.25% | 0.84% | - |
| HSV(B) | 291.43º | 0.09% | 0.88% | - |
| XYZ | 64.63 | 63.47 | 79.36 | - |
| YUV | 210.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 224 | 0.01 | 0.09 | 0 | 0.12 | 291.43 | 0.25 | 0.84 |
| Hex | DD | CB | E0 | 1 | 9 | 0 | C | 123 | 19 | 54 |
| Octal | 335 | 313 | 340 | 1 | 11 | 0 | 14 | 443 | 31 | 124 |
| Binary | 11011101 | 11001011 | 11100000 | 1 | 1001 | 0 | 1100 | 100100011 | 11001 | 1010100 |
Color Harmonies of #DDCBE0
Complementary color
Monochromatic Colors of #DDCBE0
Black with #DDCBE0
Text Example
Text Example
White with #DDCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBE0; }
p { color: rgb(221,203,224); }
H1.HeaderClassName
{
color: #DDCBE0;
}
.AnyTagClassName
{
color: #DDCBE0;
}
</style>
background-color css
<style>
a { background-color: #DDCBE0; }
a { background-color: rgb(221,203,224); }
div.DivClassName
{
background-color: #DDCBE0;
}
.BgClassName
{
background-color: #DDCBE0;
}
</style>
border-color css
<style>
span { border-color: #DDCBE0; }
span { border-color: rgb(221,203,224); }
td.TdClassName
{
border-color: #DDCBE0;
}
.TagClassName
{
border-color: #DDCBE0;
}
</style>