Shades of Titan White #DDD0E3
Tints of Titan White #DDD0E3
RGB
CMYK
RGB Variations
Color information
#DDD0E3 (or 0xDDD0E3) is known color: Titan White. HEX triplet: DD, D0 and E3. RGB value is (221,208,227). Sum of RGB (Red+Green+Blue) = 221+208+227=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDD0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0E3 is #222F1C. Grayscale: #D5D5D5. Windows color (decimal): -2240285 or 14930141. OLE color: 14930141.
HSL color Cylindrical-coordinate representation of color #DDD0E3: hue angle of 281.05º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD0E3 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 208 | 227 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.11 |
| HSL | 281.05º | 0.25% | 0.85% | - |
| HSV(B) | 281.05º | 0.08% | 0.89% | - |
| XYZ | 66.24 | 66.03 | 81.93 | - |
| YUV | 214.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 227 | 0.03 | 0.08 | 0 | 0.11 | 281.05 | 0.25 | 0.85 |
| Hex | DD | D0 | E3 | 3 | 8 | 0 | B | 119 | 19 | 55 |
| Octal | 335 | 320 | 343 | 3 | 10 | 0 | 13 | 431 | 31 | 125 |
| Binary | 11011101 | 11010000 | 11100011 | 11 | 1000 | 0 | 1011 | 100011001 | 11001 | 1010101 |
Color Harmonies of #DDD0E3
Complementary color
Monochromatic Colors of #DDD0E3
Black with #DDD0E3
Text Example
Text Example
White with #DDD0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0E3; }
p { color: rgb(221,208,227); }
H1.HeaderClassName
{
color: #DDD0E3;
}
.AnyTagClassName
{
color: #DDD0E3;
}
</style>
background-color css
<style>
a { background-color: #DDD0E3; }
a { background-color: rgb(221,208,227); }
div.DivClassName
{
background-color: #DDD0E3;
}
.BgClassName
{
background-color: #DDD0E3;
}
</style>
border-color css
<style>
span { border-color: #DDD0E3; }
span { border-color: rgb(221,208,227); }
td.TdClassName
{
border-color: #DDD0E3;
}
.TagClassName
{
border-color: #DDD0E3;
}
</style>