Shades of Titan White #D5C9DC
Tints of Titan White #D5C9DC
RGB
CMYK
RGB Variations
Color information
#D5C9DC (or 0xD5C9DC) is known color: Titan White. HEX triplet: D5, C9 and DC. RGB value is (213,201,220). Sum of RGB (Red+Green+Blue) = 213+201+220=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9DC is #2A3623. Grayscale: #CECECE. Windows color (decimal): -2766372 or 14469589. OLE color: 14469589.
HSL color Cylindrical-coordinate representation of color #D5C9DC: hue angle of 277.89º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5C9DC is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 201 | 220 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.14 |
| HSL | 277.89º | 0.21% | 0.83% | - |
| HSV(B) | 277.89º | 0.09% | 0.86% | - |
| XYZ | 61.25 | 61.09 | 76.27 | - |
| YUV | 206.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 220 | 0.03 | 0.09 | 0 | 0.14 | 277.89 | 0.21 | 0.83 |
| Hex | D5 | C9 | DC | 3 | 9 | 0 | E | 116 | 15 | 53 |
| Octal | 325 | 311 | 334 | 3 | 11 | 0 | 16 | 426 | 25 | 123 |
| Binary | 11010101 | 11001001 | 11011100 | 11 | 1001 | 0 | 1110 | 100010110 | 10101 | 1010011 |
Color Harmonies of #D5C9DC
Complementary color
Monochromatic Colors of #D5C9DC
Black with #D5C9DC
Text Example
Text Example
White with #D5C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C9DC; }
p { color: rgb(213,201,220); }
H1.HeaderClassName
{
color: #D5C9DC;
}
.AnyTagClassName
{
color: #D5C9DC;
}
</style>
background-color css
<style>
a { background-color: #D5C9DC; }
a { background-color: rgb(213,201,220); }
div.DivClassName
{
background-color: #D5C9DC;
}
.BgClassName
{
background-color: #D5C9DC;
}
</style>
border-color css
<style>
span { border-color: #D5C9DC; }
span { border-color: rgb(213,201,220); }
td.TdClassName
{
border-color: #D5C9DC;
}
.TagClassName
{
border-color: #D5C9DC;
}
</style>