Shades of Titan White #DDD3E3
Tints of Titan White #DDD3E3
RGB
CMYK
RGB Variations
Color information
#DDD3E3 (or 0xDDD3E3) is known color: Titan White. HEX triplet: DD, D3 and E3. RGB value is (221,211,227). Sum of RGB (Red+Green+Blue) = 221+211+227=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDD3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3E3 is #222C1C. Grayscale: #D7D7D7. Windows color (decimal): -2239517 or 14930909. OLE color: 14930909.
HSL color Cylindrical-coordinate representation of color #DDD3E3: hue angle of 277.5º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD3E3 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 211 | 227 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.11 |
| HSL | 277.5º | 0.22% | 0.86% | - |
| HSV(B) | 277.5º | 0.07% | 0.89% | - |
| XYZ | 66.98 | 67.51 | 82.17 | - |
| YUV | 215.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 227 | 0.03 | 0.07 | 0 | 0.11 | 277.5 | 0.22 | 0.86 |
| Hex | DD | D3 | E3 | 3 | 7 | 0 | B | 116 | 16 | 56 |
| Octal | 335 | 323 | 343 | 3 | 7 | 0 | 13 | 426 | 26 | 126 |
| Binary | 11011101 | 11010011 | 11100011 | 11 | 111 | 0 | 1011 | 100010110 | 10110 | 1010110 |
Color Harmonies of #DDD3E3
Complementary color
Monochromatic Colors of #DDD3E3
Black with #DDD3E3
Text Example
Text Example
White with #DDD3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3E3; }
p { color: rgb(221,211,227); }
H1.HeaderClassName
{
color: #DDD3E3;
}
.AnyTagClassName
{
color: #DDD3E3;
}
</style>
background-color css
<style>
a { background-color: #DDD3E3; }
a { background-color: rgb(221,211,227); }
div.DivClassName
{
background-color: #DDD3E3;
}
.BgClassName
{
background-color: #DDD3E3;
}
</style>
border-color css
<style>
span { border-color: #DDD3E3; }
span { border-color: rgb(221,211,227); }
td.TdClassName
{
border-color: #DDD3E3;
}
.TagClassName
{
border-color: #DDD3E3;
}
</style>