Shades of Titan White #DDD4E7
Tints of Titan White #DDD4E7
RGB
CMYK
RGB Variations
Color information
#DDD4E7 (or 0xDDD4E7) is known color: Titan White. HEX triplet: DD, D4 and E7. RGB value is (221,212,231). Sum of RGB (Red+Green+Blue) = 221+212+231=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDD4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD4E7 is #222B18. Grayscale: #D8D8D8. Windows color (decimal): -2239257 or 15193309. OLE color: 15193309.
HSL color Cylindrical-coordinate representation of color #DDD4E7: hue angle of 268.42º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD4E7 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 212 | 231 | - |
CMYK | 0.04 | 0.08 | 0 | 0.09 |
HSL | 268.42º | 0.28% | 0.87% | - |
HSV(B) | 268.42º | 0.08% | 0.91% | - |
XYZ | 67.79 | 68.23 | 85.2 | - |
YUV | 216.86 | 135.98 | 130.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 231 | 0.04 | 0.08 | 0 | 0.09 | 268.42 | 0.28 | 0.87 |
Hex | DD | D4 | E7 | 4 | 8 | 0 | 9 | 10C | 1C | 57 |
Octal | 335 | 324 | 347 | 4 | 10 | 0 | 11 | 414 | 34 | 127 |
Binary | 11011101 | 11010100 | 11100111 | 100 | 1000 | 0 | 1001 | 100001100 | 11100 | 1010111 |
Color Harmonies of #DDD4E7
Complementary color
Monochromatic Colors of #DDD4E7
Black with #DDD4E7
Text Example
Text Example
White with #DDD4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4E7; }
p { color: rgb(221,212,231); }
H1.HeaderClassName
{
color: #DDD4E7;
}
.AnyTagClassName
{
color: #DDD4E7;
}
</style>
background-color css
<style>
a { background-color: #DDD4E7; }
a { background-color: rgb(221,212,231); }
div.DivClassName
{
background-color: #DDD4E7;
}
.BgClassName
{
background-color: #DDD4E7;
}
</style>
border-color css
<style>
span { border-color: #DDD4E7; }
span { border-color: rgb(221,212,231); }
td.TdClassName
{
border-color: #DDD4E7;
}
.TagClassName
{
border-color: #DDD4E7;
}
</style>