Shades of Titan White #DDD9DF
Tints of Titan White #DDD9DF
RGB
CMYK
RGB Variations
Color information
#DDD9DF (or 0xDDD9DF) is known color: Titan White. HEX triplet: DD, D9 and DF. RGB value is (221,217,223). Sum of RGB (Red+Green+Blue) = 221+217+223=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9DF is #222620. Grayscale: #DADADA. Windows color (decimal): -2237985 or 14670301. OLE color: 14670301.
HSL color Cylindrical-coordinate representation of color #DDD9DF: hue angle of 280º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDD9DF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 217 | 223 | - |
CMYK | 0.01 | 0.03 | 0 | 0.13 |
HSL | 280º | 0.09% | 0.86% | - |
HSV(B) | 280º | 0.03% | 0.87% | - |
XYZ | 67.95 | 70.33 | 79.8 | - |
YUV | 218.88 | 130.33 | 129.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 223 | 0.01 | 0.03 | 0 | 0.13 | 280 | 0.09 | 0.86 |
Hex | DD | D9 | DF | 1 | 3 | 0 | D | 118 | 9 | 56 |
Octal | 335 | 331 | 337 | 1 | 3 | 0 | 15 | 430 | 11 | 126 |
Binary | 11011101 | 11011001 | 11011111 | 1 | 11 | 0 | 1101 | 100011000 | 1001 | 1010110 |
Color Harmonies of #DDD9DF
Complementary color
Monochromatic Colors of #DDD9DF
Black with #DDD9DF
Text Example
Text Example
White with #DDD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9DF; }
p { color: rgb(221,217,223); }
H1.HeaderClassName
{
color: #DDD9DF;
}
.AnyTagClassName
{
color: #DDD9DF;
}
</style>
background-color css
<style>
a { background-color: #DDD9DF; }
a { background-color: rgb(221,217,223); }
div.DivClassName
{
background-color: #DDD9DF;
}
.BgClassName
{
background-color: #DDD9DF;
}
</style>
border-color css
<style>
span { border-color: #DDD9DF; }
span { border-color: rgb(221,217,223); }
td.TdClassName
{
border-color: #DDD9DF;
}
.TagClassName
{
border-color: #DDD9DF;
}
</style>