Shades of Titan White #DDD0E5
Tints of Titan White #DDD0E5
RGB
CMYK
RGB Variations
Color information
#DDD0E5 (or 0xDDD0E5) is known color: Titan White. HEX triplet: DD, D0 and E5. RGB value is (221,208,229). Sum of RGB (Red+Green+Blue) = 221+208+229=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDD0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0E5 is #222F1A. Grayscale: #D6D6D6. Windows color (decimal): -2240283 or 15061213. OLE color: 15061213.
HSL color Cylindrical-coordinate representation of color #DDD0E5: hue angle of 277.14º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD0E5 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 208 | 229 | - |
CMYK | 0.03 | 0.09 | 0 | 0.10 |
HSL | 277.14º | 0.29% | 0.86% | - |
HSV(B) | 277.14º | 0.09% | 0.9% | - |
XYZ | 66.52 | 66.14 | 83.39 | - |
YUV | 214.28 | 136.31 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 208 | 229 | 0.03 | 0.09 | 0 | 0.10 | 277.14 | 0.29 | 0.86 |
Hex | DD | D0 | E5 | 3 | 9 | 0 | A | 115 | 1D | 56 |
Octal | 335 | 320 | 345 | 3 | 11 | 0 | 12 | 425 | 35 | 126 |
Binary | 11011101 | 11010000 | 11100101 | 11 | 1001 | 0 | 1010 | 100010101 | 11101 | 1010110 |
Color Harmonies of #DDD0E5
Complementary color
Monochromatic Colors of #DDD0E5
Black with #DDD0E5
Text Example
Text Example
White with #DDD0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0E5; }
p { color: rgb(221,208,229); }
H1.HeaderClassName
{
color: #DDD0E5;
}
.AnyTagClassName
{
color: #DDD0E5;
}
</style>
background-color css
<style>
a { background-color: #DDD0E5; }
a { background-color: rgb(221,208,229); }
div.DivClassName
{
background-color: #DDD0E5;
}
.BgClassName
{
background-color: #DDD0E5;
}
</style>
border-color css
<style>
span { border-color: #DDD0E5; }
span { border-color: rgb(221,208,229); }
td.TdClassName
{
border-color: #DDD0E5;
}
.TagClassName
{
border-color: #DDD0E5;
}
</style>