Shades of Titan White #DDD0E6
Tints of Titan White #DDD0E6
RGB
CMYK
RGB Variations
Color information
#DDD0E6 (or 0xDDD0E6) is known color: Titan White. HEX triplet: DD, D0 and E6. RGB value is (221,208,230). Sum of RGB (Red+Green+Blue) = 221+208+230=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0E6 is #222F19. Grayscale: #D6D6D6. Windows color (decimal): -2240282 or 15126749. OLE color: 15126749.
HSL color Cylindrical-coordinate representation of color #DDD0E6: hue angle of 275.45º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD0E6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 208 | 230 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.10 |
| HSL | 275.45º | 0.31% | 0.86% | - |
| HSV(B) | 275.45º | 0.1% | 0.9% | - |
| XYZ | 66.66 | 66.2 | 84.13 | - |
| YUV | 214.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 230 | 0.04 | 0.10 | 0 | 0.10 | 275.45 | 0.31 | 0.86 |
| Hex | DD | D0 | E6 | 4 | A | 0 | A | 113 | 1F | 56 |
| Octal | 335 | 320 | 346 | 4 | 12 | 0 | 12 | 423 | 37 | 126 |
| Binary | 11011101 | 11010000 | 11100110 | 100 | 1010 | 0 | 1010 | 100010011 | 11111 | 1010110 |
Color Harmonies of #DDD0E6
Complementary color
Monochromatic Colors of #DDD0E6
Black with #DDD0E6
Text Example
Text Example
White with #DDD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0E6; }
p { color: rgb(221,208,230); }
H1.HeaderClassName
{
color: #DDD0E6;
}
.AnyTagClassName
{
color: #DDD0E6;
}
</style>
background-color css
<style>
a { background-color: #DDD0E6; }
a { background-color: rgb(221,208,230); }
div.DivClassName
{
background-color: #DDD0E6;
}
.BgClassName
{
background-color: #DDD0E6;
}
</style>
border-color css
<style>
span { border-color: #DDD0E6; }
span { border-color: rgb(221,208,230); }
td.TdClassName
{
border-color: #DDD0E6;
}
.TagClassName
{
border-color: #DDD0E6;
}
</style>