Shades of Titan White #D9CBDF
Tints of Titan White #D9CBDF
RGB
CMYK
RGB Variations
Color information
#D9CBDF (or 0xD9CBDF) is known color: Titan White. HEX triplet: D9, CB and DF. RGB value is (217,203,223). Sum of RGB (Red+Green+Blue) = 217+203+223=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBDF is #263420. Grayscale: #D1D1D1. Windows color (decimal): -2503713 or 14666713. OLE color: 14666713.
HSL color Cylindrical-coordinate representation of color #D9CBDF: hue angle of 282º degrees, saturation: 0.24, 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 #D9CBDF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 203 | 223 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.13 |
| HSL | 282º | 0.24% | 0.84% | - |
| HSV(B) | 282º | 0.09% | 0.87% | - |
| XYZ | 63.29 | 62.79 | 78.6 | - |
| YUV | 209.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 223 | 0.03 | 0.09 | 0 | 0.13 | 282 | 0.24 | 0.84 |
| Hex | D9 | CB | DF | 3 | 9 | 0 | D | 11A | 18 | 54 |
| Octal | 331 | 313 | 337 | 3 | 11 | 0 | 15 | 432 | 30 | 124 |
| Binary | 11011001 | 11001011 | 11011111 | 11 | 1001 | 0 | 1101 | 100011010 | 11000 | 1010100 |
Color Harmonies of #D9CBDF
Complementary color
Monochromatic Colors of #D9CBDF
Black with #D9CBDF
Text Example
Text Example
White with #D9CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBDF; }
p { color: rgb(217,203,223); }
H1.HeaderClassName
{
color: #D9CBDF;
}
.AnyTagClassName
{
color: #D9CBDF;
}
</style>
background-color css
<style>
a { background-color: #D9CBDF; }
a { background-color: rgb(217,203,223); }
div.DivClassName
{
background-color: #D9CBDF;
}
.BgClassName
{
background-color: #D9CBDF;
}
</style>
border-color css
<style>
span { border-color: #D9CBDF; }
span { border-color: rgb(217,203,223); }
td.TdClassName
{
border-color: #D9CBDF;
}
.TagClassName
{
border-color: #D9CBDF;
}
</style>