Shades of Titan White #D8CDDD
Tints of Titan White #D8CDDD
RGB
CMYK
RGB Variations
Color information
#D8CDDD (or 0xD8CDDD) is known color: Titan White. HEX triplet: D8, CD and DD. RGB value is (216,205,221). Sum of RGB (Red+Green+Blue) = 216+205+221=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDDD is #273222. Grayscale: #D2D2D2. Windows color (decimal): -2568739 or 14536152. OLE color: 14536152.
HSL color Cylindrical-coordinate representation of color #D8CDDD: hue angle of 281.25º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8CDDD is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 205 | 221 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.13 |
| HSL | 281.25º | 0.19% | 0.84% | - |
| HSV(B) | 281.25º | 0.07% | 0.87% | - |
| XYZ | 63.2 | 63.48 | 77.33 | - |
| YUV | 210.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 221 | 0.02 | 0.07 | 0 | 0.13 | 281.25 | 0.19 | 0.84 |
| Hex | D8 | CD | DD | 2 | 7 | 0 | D | 119 | 13 | 54 |
| Octal | 330 | 315 | 335 | 2 | 7 | 0 | 15 | 431 | 23 | 124 |
| Binary | 11011000 | 11001101 | 11011101 | 10 | 111 | 0 | 1101 | 100011001 | 10011 | 1010100 |
Color Harmonies of #D8CDDD
Complementary color
Monochromatic Colors of #D8CDDD
Black with #D8CDDD
Text Example
Text Example
White with #D8CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDDD; }
p { color: rgb(216,205,221); }
H1.HeaderClassName
{
color: #D8CDDD;
}
.AnyTagClassName
{
color: #D8CDDD;
}
</style>
background-color css
<style>
a { background-color: #D8CDDD; }
a { background-color: rgb(216,205,221); }
div.DivClassName
{
background-color: #D8CDDD;
}
.BgClassName
{
background-color: #D8CDDD;
}
</style>
border-color css
<style>
span { border-color: #D8CDDD; }
span { border-color: rgb(216,205,221); }
td.TdClassName
{
border-color: #D8CDDD;
}
.TagClassName
{
border-color: #D8CDDD;
}
</style>