Shades of Titan White #DDD2E5
Tints of Titan White #DDD2E5
RGB
CMYK
RGB Variations
Color information
#DDD2E5 (or 0xDDD2E5) is known color: Titan White. HEX triplet: DD, D2 and E5. RGB value is (221,210,229). Sum of RGB (Red+Green+Blue) = 221+210+229=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDD2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2E5 is #222D1A. Grayscale: #D7D7D7. Windows color (decimal): -2239771 or 15061725. OLE color: 15061725.
HSL color Cylindrical-coordinate representation of color #DDD2E5: hue angle of 274.74º degrees, saturation: 0.27, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD2E5 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 210 | 229 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.10 |
| HSL | 274.74º | 0.27% | 0.86% | - |
| HSV(B) | 274.74º | 0.08% | 0.9% | - |
| XYZ | 67.01 | 67.12 | 83.55 | - |
| YUV | 215.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 229 | 0.03 | 0.08 | 0 | 0.10 | 274.74 | 0.27 | 0.86 |
| Hex | DD | D2 | E5 | 3 | 8 | 0 | A | 113 | 1B | 56 |
| Octal | 335 | 322 | 345 | 3 | 10 | 0 | 12 | 423 | 33 | 126 |
| Binary | 11011101 | 11010010 | 11100101 | 11 | 1000 | 0 | 1010 | 100010011 | 11011 | 1010110 |
Color Harmonies of #DDD2E5
Complementary color
Monochromatic Colors of #DDD2E5
Black with #DDD2E5
Text Example
Text Example
White with #DDD2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD2E5; }
p { color: rgb(221,210,229); }
H1.HeaderClassName
{
color: #DDD2E5;
}
.AnyTagClassName
{
color: #DDD2E5;
}
</style>
background-color css
<style>
a { background-color: #DDD2E5; }
a { background-color: rgb(221,210,229); }
div.DivClassName
{
background-color: #DDD2E5;
}
.BgClassName
{
background-color: #DDD2E5;
}
</style>
border-color css
<style>
span { border-color: #DDD2E5; }
span { border-color: rgb(221,210,229); }
td.TdClassName
{
border-color: #DDD2E5;
}
.TagClassName
{
border-color: #DDD2E5;
}
</style>