Shades of Titan White #D9CFDD
Tints of Titan White #D9CFDD
RGB
CMYK
RGB Variations
Color information
#D9CFDD (or 0xD9CFDD) is known color: Titan White. HEX triplet: D9, CF and DD. RGB value is (217,207,221). Sum of RGB (Red+Green+Blue) = 217+207+221=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFDD is #263022. Grayscale: #D3D3D3. Windows color (decimal): -2502691 or 14536665. OLE color: 14536665.
HSL color Cylindrical-coordinate representation of color #D9CFDD: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CFDD is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 207 | 221 | - |
CMYK | 0.02 | 0.06 | 0 | 0.13 |
HSL | 282.86º | 0.17% | 0.84% | - |
HSV(B) | 282.86º | 0.06% | 0.87% | - |
XYZ | 63.98 | 64.6 | 77.5 | - |
YUV | 211.59 | 133.31 | 131.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 207 | 221 | 0.02 | 0.06 | 0 | 0.13 | 282.86 | 0.17 | 0.84 |
Hex | D9 | CF | DD | 2 | 6 | 0 | D | 11B | 11 | 54 |
Octal | 331 | 317 | 335 | 2 | 6 | 0 | 15 | 433 | 21 | 124 |
Binary | 11011001 | 11001111 | 11011101 | 10 | 110 | 0 | 1101 | 100011011 | 10001 | 1010100 |
Color Harmonies of #D9CFDD
Complementary color
Monochromatic Colors of #D9CFDD
Black with #D9CFDD
Text Example
Text Example
White with #D9CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFDD; }
p { color: rgb(217,207,221); }
H1.HeaderClassName
{
color: #D9CFDD;
}
.AnyTagClassName
{
color: #D9CFDD;
}
</style>
background-color css
<style>
a { background-color: #D9CFDD; }
a { background-color: rgb(217,207,221); }
div.DivClassName
{
background-color: #D9CFDD;
}
.BgClassName
{
background-color: #D9CFDD;
}
</style>
border-color css
<style>
span { border-color: #D9CFDD; }
span { border-color: rgb(217,207,221); }
td.TdClassName
{
border-color: #D9CFDD;
}
.TagClassName
{
border-color: #D9CFDD;
}
</style>