Shades of Titan White #DDD6DF
Tints of Titan White #DDD6DF
RGB
CMYK
RGB Variations
Color information
#DDD6DF (or 0xDDD6DF) is known color: Titan White. HEX triplet: DD, D6 and DF. RGB value is (221,214,223). Sum of RGB (Red+Green+Blue) = 221+214+223=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6DF is #222920. Grayscale: #D9D9D9. Windows color (decimal): -2238753 or 14669533. OLE color: 14669533.
HSL color Cylindrical-coordinate representation of color #DDD6DF: hue angle of 286.67º degrees, saturation: 0.12, 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 #DDD6DF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 214 | 223 | - |
CMYK | 0.01 | 0.04 | 0 | 0.13 |
HSL | 286.67º | 0.12% | 0.86% | - |
HSV(B) | 286.67º | 0.04% | 0.87% | - |
XYZ | 67.18 | 68.79 | 79.55 | - |
YUV | 217.12 | 131.32 | 130.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 223 | 0.01 | 0.04 | 0 | 0.13 | 286.67 | 0.12 | 0.86 |
Hex | DD | D6 | DF | 1 | 4 | 0 | D | 11F | C | 56 |
Octal | 335 | 326 | 337 | 1 | 4 | 0 | 15 | 437 | 14 | 126 |
Binary | 11011101 | 11010110 | 11011111 | 1 | 100 | 0 | 1101 | 100011111 | 1100 | 1010110 |
Color Harmonies of #DDD6DF
Complementary color
Monochromatic Colors of #DDD6DF
Black with #DDD6DF
Text Example
Text Example
White with #DDD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6DF; }
p { color: rgb(221,214,223); }
H1.HeaderClassName
{
color: #DDD6DF;
}
.AnyTagClassName
{
color: #DDD6DF;
}
</style>
background-color css
<style>
a { background-color: #DDD6DF; }
a { background-color: rgb(221,214,223); }
div.DivClassName
{
background-color: #DDD6DF;
}
.BgClassName
{
background-color: #DDD6DF;
}
</style>
border-color css
<style>
span { border-color: #DDD6DF; }
span { border-color: rgb(221,214,223); }
td.TdClassName
{
border-color: #DDD6DF;
}
.TagClassName
{
border-color: #DDD6DF;
}
</style>