Shades of Titan White #DDD4E5
Tints of Titan White #DDD4E5
RGB
CMYK
RGB Variations
Color information
#DDD4E5 (or 0xDDD4E5) is known color: Titan White. HEX triplet: DD, D4 and E5. RGB value is (221,212,229). Sum of RGB (Red+Green+Blue) = 221+212+229=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDD4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4E5 is #222B1A. Grayscale: #D8D8D8. Windows color (decimal): -2239259 or 15062237. OLE color: 15062237.
HSL color Cylindrical-coordinate representation of color #DDD4E5: hue angle of 271.76º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD4E5 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 212 | 229 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.10 |
| HSL | 271.76º | 0.25% | 0.86% | - |
| HSV(B) | 271.76º | 0.07% | 0.9% | - |
| XYZ | 67.51 | 68.12 | 83.72 | - |
| YUV | 216.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 229 | 0.03 | 0.07 | 0 | 0.10 | 271.76 | 0.25 | 0.86 |
| Hex | DD | D4 | E5 | 3 | 7 | 0 | A | 110 | 19 | 56 |
| Octal | 335 | 324 | 345 | 3 | 7 | 0 | 12 | 420 | 31 | 126 |
| Binary | 11011101 | 11010100 | 11100101 | 11 | 111 | 0 | 1010 | 100010000 | 11001 | 1010110 |
Color Harmonies of #DDD4E5
Complementary color
Monochromatic Colors of #DDD4E5
Black with #DDD4E5
Text Example
Text Example
White with #DDD4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4E5; }
p { color: rgb(221,212,229); }
H1.HeaderClassName
{
color: #DDD4E5;
}
.AnyTagClassName
{
color: #DDD4E5;
}
</style>
background-color css
<style>
a { background-color: #DDD4E5; }
a { background-color: rgb(221,212,229); }
div.DivClassName
{
background-color: #DDD4E5;
}
.BgClassName
{
background-color: #DDD4E5;
}
</style>
border-color css
<style>
span { border-color: #DDD4E5; }
span { border-color: rgb(221,212,229); }
td.TdClassName
{
border-color: #DDD4E5;
}
.TagClassName
{
border-color: #DDD4E5;
}
</style>