Shades of Titan White #D8CEDE
Tints of Titan White #D8CEDE
RGB
CMYK
RGB Variations
Color information
#D8CEDE (or 0xD8CEDE) is known color: Titan White. HEX triplet: D8, CE and DE. RGB value is (216,206,222). Sum of RGB (Red+Green+Blue) = 216+206+222=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEDE is #273121. Grayscale: #D2D2D2. Windows color (decimal): -2568482 or 14601944. OLE color: 14601944.
HSL color Cylindrical-coordinate representation of color #D8CEDE: hue angle of 277.5º degrees, saturation: 0.2, 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 #D8CEDE is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 206 | 222 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.13 |
| HSL | 277.5º | 0.2% | 0.84% | - |
| HSV(B) | 277.5º | 0.07% | 0.87% | - |
| XYZ | 63.58 | 64.02 | 78.11 | - |
| YUV | 210.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 222 | 0.03 | 0.07 | 0 | 0.13 | 277.5 | 0.2 | 0.84 |
| Hex | D8 | CE | DE | 3 | 7 | 0 | D | 116 | 14 | 54 |
| Octal | 330 | 316 | 336 | 3 | 7 | 0 | 15 | 426 | 24 | 124 |
| Binary | 11011000 | 11001110 | 11011110 | 11 | 111 | 0 | 1101 | 100010110 | 10100 | 1010100 |
Color Harmonies of #D8CEDE
Complementary color
Monochromatic Colors of #D8CEDE
Black with #D8CEDE
Text Example
Text Example
White with #D8CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEDE; }
p { color: rgb(216,206,222); }
H1.HeaderClassName
{
color: #D8CEDE;
}
.AnyTagClassName
{
color: #D8CEDE;
}
</style>
background-color css
<style>
a { background-color: #D8CEDE; }
a { background-color: rgb(216,206,222); }
div.DivClassName
{
background-color: #D8CEDE;
}
.BgClassName
{
background-color: #D8CEDE;
}
</style>
border-color css
<style>
span { border-color: #D8CEDE; }
span { border-color: rgb(216,206,222); }
td.TdClassName
{
border-color: #D8CEDE;
}
.TagClassName
{
border-color: #D8CEDE;
}
</style>