Shades of Titan White #D8CDDE
Tints of Titan White #D8CDDE
RGB
CMYK
RGB Variations
Color information
#D8CDDE (or 0xD8CDDE) is known color: Titan White. HEX triplet: D8, CD and DE. RGB value is (216,205,222). Sum of RGB (Red+Green+Blue) = 216+205+222=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDDE is #273221. Grayscale: #D2D2D2. Windows color (decimal): -2568738 or 14601688. OLE color: 14601688.
HSL color Cylindrical-coordinate representation of color #D8CDDE: hue angle of 278.82º degrees, saturation: 0.2, 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 #D8CDDE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 205 | 222 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.13 |
| HSL | 278.82º | 0.2% | 0.84% | - |
| HSV(B) | 278.82º | 0.08% | 0.87% | - |
| XYZ | 63.34 | 63.54 | 78.03 | - |
| YUV | 210.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 222 | 0.03 | 0.08 | 0 | 0.13 | 278.82 | 0.2 | 0.84 |
| Hex | D8 | CD | DE | 3 | 8 | 0 | D | 117 | 14 | 54 |
| Octal | 330 | 315 | 336 | 3 | 10 | 0 | 15 | 427 | 24 | 124 |
| Binary | 11011000 | 11001101 | 11011110 | 11 | 1000 | 0 | 1101 | 100010111 | 10100 | 1010100 |
Color Harmonies of #D8CDDE
Complementary color
Monochromatic Colors of #D8CDDE
Black with #D8CDDE
Text Example
Text Example
White with #D8CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDDE; }
p { color: rgb(216,205,222); }
H1.HeaderClassName
{
color: #D8CDDE;
}
.AnyTagClassName
{
color: #D8CDDE;
}
</style>
background-color css
<style>
a { background-color: #D8CDDE; }
a { background-color: rgb(216,205,222); }
div.DivClassName
{
background-color: #D8CDDE;
}
.BgClassName
{
background-color: #D8CDDE;
}
</style>
border-color css
<style>
span { border-color: #D8CDDE; }
span { border-color: rgb(216,205,222); }
td.TdClassName
{
border-color: #D8CDDE;
}
.TagClassName
{
border-color: #D8CDDE;
}
</style>