Shades of Titan White #DDD0E1
Tints of Titan White #DDD0E1
RGB
CMYK
RGB Variations
Color information
#DDD0E1 (or 0xDDD0E1) is known color: Titan White. HEX triplet: DD, D0 and E1. RGB value is (221,208,225). Sum of RGB (Red+Green+Blue) = 221+208+225=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDD0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0E1 is #222F1E. Grayscale: #D5D5D5. Windows color (decimal): -2240287 or 14799069. OLE color: 14799069.
HSL color Cylindrical-coordinate representation of color #DDD0E1: hue angle of 285.88º 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 #DDD0E1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 208 | 225 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.12 |
| HSL | 285.88º | 0.22% | 0.85% | - |
| HSV(B) | 285.88º | 0.08% | 0.88% | - |
| XYZ | 65.97 | 65.92 | 80.48 | - |
| YUV | 213.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 225 | 0.02 | 0.08 | 0 | 0.12 | 285.88 | 0.22 | 0.85 |
| Hex | DD | D0 | E1 | 2 | 8 | 0 | C | 11E | 16 | 55 |
| Octal | 335 | 320 | 341 | 2 | 10 | 0 | 14 | 436 | 26 | 125 |
| Binary | 11011101 | 11010000 | 11100001 | 10 | 1000 | 0 | 1100 | 100011110 | 10110 | 1010101 |
Color Harmonies of #DDD0E1
Complementary color
Monochromatic Colors of #DDD0E1
Black with #DDD0E1
Text Example
Text Example
White with #DDD0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0E1; }
p { color: rgb(221,208,225); }
H1.HeaderClassName
{
color: #DDD0E1;
}
.AnyTagClassName
{
color: #DDD0E1;
}
</style>
background-color css
<style>
a { background-color: #DDD0E1; }
a { background-color: rgb(221,208,225); }
div.DivClassName
{
background-color: #DDD0E1;
}
.BgClassName
{
background-color: #DDD0E1;
}
</style>
border-color css
<style>
span { border-color: #DDD0E1; }
span { border-color: rgb(221,208,225); }
td.TdClassName
{
border-color: #DDD0E1;
}
.TagClassName
{
border-color: #DDD0E1;
}
</style>