Shades of Titan White #D8CCDD
Tints of Titan White #D8CCDD
RGB
CMYK
RGB Variations
Color information
#D8CCDD (or 0xD8CCDD) is known color: Titan White. HEX triplet: D8, CC and DD. RGB value is (216,204,221). Sum of RGB (Red+Green+Blue) = 216+204+221=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCDD is #273322. Grayscale: #D1D1D1. Windows color (decimal): -2568995 or 14535896. OLE color: 14535896.
HSL color Cylindrical-coordinate representation of color #D8CCDD: hue angle of 282.35º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8CCDD is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 204 | 221 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.13 |
| HSL | 282.35º | 0.2% | 0.83% | - |
| HSV(B) | 282.35º | 0.08% | 0.87% | - |
| XYZ | 62.96 | 63.01 | 77.25 | - |
| YUV | 209.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 221 | 0.02 | 0.08 | 0 | 0.13 | 282.35 | 0.2 | 0.83 |
| Hex | D8 | CC | DD | 2 | 8 | 0 | D | 11A | 14 | 53 |
| Octal | 330 | 314 | 335 | 2 | 10 | 0 | 15 | 432 | 24 | 123 |
| Binary | 11011000 | 11001100 | 11011101 | 10 | 1000 | 0 | 1101 | 100011010 | 10100 | 1010011 |
Color Harmonies of #D8CCDD
Complementary color
Monochromatic Colors of #D8CCDD
Black with #D8CCDD
Text Example
Text Example
White with #D8CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCDD; }
p { color: rgb(216,204,221); }
H1.HeaderClassName
{
color: #D8CCDD;
}
.AnyTagClassName
{
color: #D8CCDD;
}
</style>
background-color css
<style>
a { background-color: #D8CCDD; }
a { background-color: rgb(216,204,221); }
div.DivClassName
{
background-color: #D8CCDD;
}
.BgClassName
{
background-color: #D8CCDD;
}
</style>
border-color css
<style>
span { border-color: #D8CCDD; }
span { border-color: rgb(216,204,221); }
td.TdClassName
{
border-color: #D8CCDD;
}
.TagClassName
{
border-color: #D8CCDD;
}
</style>