Shades of Titan White #DDD7DF
Tints of Titan White #DDD7DF
RGB
CMYK
RGB Variations
Color information
#DDD7DF (or 0xDDD7DF) is known color: Titan White. HEX triplet: DD, D7 and DF. RGB value is (221,215,223). Sum of RGB (Red+Green+Blue) = 221+215+223=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7DF is #222820. Grayscale: #D9D9D9. Windows color (decimal): -2238497 or 14669789. OLE color: 14669789.
HSL color Cylindrical-coordinate representation of color #DDD7DF: hue angle of 285º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDD7DF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 215 | 223 | - |
CMYK | 0.01 | 0.04 | 0 | 0.13 |
HSL | 285º | 0.11% | 0.86% | - |
HSV(B) | 285º | 0.04% | 0.87% | - |
XYZ | 67.44 | 69.3 | 79.63 | - |
YUV | 217.71 | 130.99 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 223 | 0.01 | 0.04 | 0 | 0.13 | 285 | 0.11 | 0.86 |
Hex | DD | D7 | DF | 1 | 4 | 0 | D | 11D | B | 56 |
Octal | 335 | 327 | 337 | 1 | 4 | 0 | 15 | 435 | 13 | 126 |
Binary | 11011101 | 11010111 | 11011111 | 1 | 100 | 0 | 1101 | 100011101 | 1011 | 1010110 |
Color Harmonies of #DDD7DF
Complementary color
Monochromatic Colors of #DDD7DF
Black with #DDD7DF
Text Example
Text Example
White with #DDD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7DF; }
p { color: rgb(221,215,223); }
H1.HeaderClassName
{
color: #DDD7DF;
}
.AnyTagClassName
{
color: #DDD7DF;
}
</style>
background-color css
<style>
a { background-color: #DDD7DF; }
a { background-color: rgb(221,215,223); }
div.DivClassName
{
background-color: #DDD7DF;
}
.BgClassName
{
background-color: #DDD7DF;
}
</style>
border-color css
<style>
span { border-color: #DDD7DF; }
span { border-color: rgb(221,215,223); }
td.TdClassName
{
border-color: #DDD7DF;
}
.TagClassName
{
border-color: #DDD7DF;
}
</style>