Shades of Titan White #DDD8DF
Tints of Titan White #DDD8DF
RGB
CMYK
RGB Variations
Color information
#DDD8DF (or 0xDDD8DF) is known color: Titan White. HEX triplet: DD, D8 and DF. RGB value is (221,216,223). Sum of RGB (Red+Green+Blue) = 221+216+223=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8DF is #222720. Grayscale: #DADADA. Windows color (decimal): -2238241 or 14670045. OLE color: 14670045.
HSL color Cylindrical-coordinate representation of color #DDD8DF: hue angle of 282.86º degrees, saturation: 0.1, 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 #DDD8DF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 216 | 223 | - |
CMYK | 0.01 | 0.03 | 0 | 0.13 |
HSL | 282.86º | 0.1% | 0.86% | - |
HSV(B) | 282.86º | 0.03% | 0.87% | - |
XYZ | 67.69 | 69.81 | 79.72 | - |
YUV | 218.29 | 130.66 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 223 | 0.01 | 0.03 | 0 | 0.13 | 282.86 | 0.1 | 0.86 |
Hex | DD | D8 | DF | 1 | 3 | 0 | D | 11B | A | 56 |
Octal | 335 | 330 | 337 | 1 | 3 | 0 | 15 | 433 | 12 | 126 |
Binary | 11011101 | 11011000 | 11011111 | 1 | 11 | 0 | 1101 | 100011011 | 1010 | 1010110 |
Color Harmonies of #DDD8DF
Complementary color
Monochromatic Colors of #DDD8DF
Black with #DDD8DF
Text Example
Text Example
White with #DDD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8DF; }
p { color: rgb(221,216,223); }
H1.HeaderClassName
{
color: #DDD8DF;
}
.AnyTagClassName
{
color: #DDD8DF;
}
</style>
background-color css
<style>
a { background-color: #DDD8DF; }
a { background-color: rgb(221,216,223); }
div.DivClassName
{
background-color: #DDD8DF;
}
.BgClassName
{
background-color: #DDD8DF;
}
</style>
border-color css
<style>
span { border-color: #DDD8DF; }
span { border-color: rgb(221,216,223); }
td.TdClassName
{
border-color: #DDD8DF;
}
.TagClassName
{
border-color: #DDD8DF;
}
</style>