Shades of Titan White #D9CCDF
Tints of Titan White #D9CCDF
RGB
CMYK
RGB Variations
Color information
#D9CCDF (or 0xD9CCDF) is known color: Titan White. HEX triplet: D9, CC and DF. RGB value is (217,204,223). Sum of RGB (Red+Green+Blue) = 217+204+223=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCDF is #263320. Grayscale: #D1D1D1. Windows color (decimal): -2503457 or 14666969. OLE color: 14666969.
HSL color Cylindrical-coordinate representation of color #D9CCDF: hue angle of 281.05º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9CCDF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 204 | 223 | - |
CMYK | 0.03 | 0.09 | 0 | 0.13 |
HSL | 281.05º | 0.23% | 0.84% | - |
HSV(B) | 281.05º | 0.09% | 0.87% | - |
XYZ | 63.53 | 63.27 | 78.68 | - |
YUV | 210.05 | 135.31 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 204 | 223 | 0.03 | 0.09 | 0 | 0.13 | 281.05 | 0.23 | 0.84 |
Hex | D9 | CC | DF | 3 | 9 | 0 | D | 119 | 17 | 54 |
Octal | 331 | 314 | 337 | 3 | 11 | 0 | 15 | 431 | 27 | 124 |
Binary | 11011001 | 11001100 | 11011111 | 11 | 1001 | 0 | 1101 | 100011001 | 10111 | 1010100 |
Color Harmonies of #D9CCDF
Complementary color
Monochromatic Colors of #D9CCDF
Black with #D9CCDF
Text Example
Text Example
White with #D9CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCDF; }
p { color: rgb(217,204,223); }
H1.HeaderClassName
{
color: #D9CCDF;
}
.AnyTagClassName
{
color: #D9CCDF;
}
</style>
background-color css
<style>
a { background-color: #D9CCDF; }
a { background-color: rgb(217,204,223); }
div.DivClassName
{
background-color: #D9CCDF;
}
.BgClassName
{
background-color: #D9CCDF;
}
</style>
border-color css
<style>
span { border-color: #D9CCDF; }
span { border-color: rgb(217,204,223); }
td.TdClassName
{
border-color: #D9CCDF;
}
.TagClassName
{
border-color: #D9CCDF;
}
</style>