Shades of Titan White #D8CEDF
Tints of Titan White #D8CEDF
RGB
CMYK
RGB Variations
Color information
#D8CEDF (or 0xD8CEDF) is known color: Titan White. HEX triplet: D8, CE and DF. RGB value is (216,206,223). Sum of RGB (Red+Green+Blue) = 216+206+223=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEDF is #273120. Grayscale: #D2D2D2. Windows color (decimal): -2568481 or 14667480. OLE color: 14667480.
HSL color Cylindrical-coordinate representation of color #D8CEDF: hue angle of 275.29º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8CEDF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 206 | 223 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.13 |
| HSL | 275.29º | 0.21% | 0.84% | - |
| HSV(B) | 275.29º | 0.08% | 0.87% | - |
| XYZ | 63.71 | 64.07 | 78.82 | - |
| YUV | 210.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 223 | 0.03 | 0.08 | 0 | 0.13 | 275.29 | 0.21 | 0.84 |
| Hex | D8 | CE | DF | 3 | 8 | 0 | D | 113 | 15 | 54 |
| Octal | 330 | 316 | 337 | 3 | 10 | 0 | 15 | 423 | 25 | 124 |
| Binary | 11011000 | 11001110 | 11011111 | 11 | 1000 | 0 | 1101 | 100010011 | 10101 | 1010100 |
Color Harmonies of #D8CEDF
Complementary color
Monochromatic Colors of #D8CEDF
Black with #D8CEDF
Text Example
Text Example
White with #D8CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEDF; }
p { color: rgb(216,206,223); }
H1.HeaderClassName
{
color: #D8CEDF;
}
.AnyTagClassName
{
color: #D8CEDF;
}
</style>
background-color css
<style>
a { background-color: #D8CEDF; }
a { background-color: rgb(216,206,223); }
div.DivClassName
{
background-color: #D8CEDF;
}
.BgClassName
{
background-color: #D8CEDF;
}
</style>
border-color css
<style>
span { border-color: #D8CEDF; }
span { border-color: rgb(216,206,223); }
td.TdClassName
{
border-color: #D8CEDF;
}
.TagClassName
{
border-color: #D8CEDF;
}
</style>