Shades of Snuff #DDCAE0
Tints of Snuff #DDCAE0
RGB
CMYK
RGB Variations
Color information
#DDCAE0 (or 0xDDCAE0) is known color: Snuff. HEX triplet: DD, CA and E0. RGB value is (221,202,224). Sum of RGB (Red+Green+Blue) = 221+202+224=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAE0 is #22351F. Grayscale: #D2D2D2. Windows color (decimal): -2241824 or 14731997. OLE color: 14731997.
HSL color Cylindrical-coordinate representation of color #DDCAE0: hue angle of 291.82º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCAE0 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 202 | 224 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.12 |
| HSL | 291.82º | 0.26% | 0.84% | - |
| HSV(B) | 291.82º | 0.1% | 0.88% | - |
| XYZ | 64.39 | 63 | 79.29 | - |
| YUV | 210.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 224 | 0.01 | 0.10 | 0 | 0.12 | 291.82 | 0.26 | 0.84 |
| Hex | DD | CA | E0 | 1 | A | 0 | C | 124 | 1A | 54 |
| Octal | 335 | 312 | 340 | 1 | 12 | 0 | 14 | 444 | 32 | 124 |
| Binary | 11011101 | 11001010 | 11100000 | 1 | 1010 | 0 | 1100 | 100100100 | 11010 | 1010100 |
Color Harmonies of #DDCAE0
Complementary color
Monochromatic Colors of #DDCAE0
Black with #DDCAE0
Text Example
Text Example
White with #DDCAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAE0; }
p { color: rgb(221,202,224); }
H1.HeaderClassName
{
color: #DDCAE0;
}
.AnyTagClassName
{
color: #DDCAE0;
}
</style>
background-color css
<style>
a { background-color: #DDCAE0; }
a { background-color: rgb(221,202,224); }
div.DivClassName
{
background-color: #DDCAE0;
}
.BgClassName
{
background-color: #DDCAE0;
}
</style>
border-color css
<style>
span { border-color: #DDCAE0; }
span { border-color: rgb(221,202,224); }
td.TdClassName
{
border-color: #DDCAE0;
}
.TagClassName
{
border-color: #DDCAE0;
}
</style>