Shades of Titan White #D4CDD8
Tints of Titan White #D4CDD8
RGB
CMYK
RGB Variations
Color information
#D4CDD8 (or 0xD4CDD8) is known color: Titan White. HEX triplet: D4, CD and D8. RGB value is (212,205,216). Sum of RGB (Red+Green+Blue) = 212+205+216=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4CDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDD8 is #2B3227. Grayscale: #D0D0D0. Windows color (decimal): -2830888 or 14208468. OLE color: 14208468.
HSL color Cylindrical-coordinate representation of color #D4CDD8: hue angle of 278.18º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4CDD8 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 205 | 216 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.15 |
| HSL | 278.18º | 0.12% | 0.83% | - |
| HSV(B) | 278.18º | 0.05% | 0.85% | - |
| XYZ | 61.38 | 62.62 | 73.82 | - |
| YUV | 208.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 205 | 216 | 0.02 | 0.05 | 0 | 0.15 | 278.18 | 0.12 | 0.83 |
| Hex | D4 | CD | D8 | 2 | 5 | 0 | F | 116 | C | 53 |
| Octal | 324 | 315 | 330 | 2 | 5 | 0 | 17 | 426 | 14 | 123 |
| Binary | 11010100 | 11001101 | 11011000 | 10 | 101 | 0 | 1111 | 100010110 | 1100 | 1010011 |
Color Harmonies of #D4CDD8
Complementary color
Monochromatic Colors of #D4CDD8
Black with #D4CDD8
Text Example
Text Example
White with #D4CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDD8; }
p { color: rgb(212,205,216); }
H1.HeaderClassName
{
color: #D4CDD8;
}
.AnyTagClassName
{
color: #D4CDD8;
}
</style>
background-color css
<style>
a { background-color: #D4CDD8; }
a { background-color: rgb(212,205,216); }
div.DivClassName
{
background-color: #D4CDD8;
}
.BgClassName
{
background-color: #D4CDD8;
}
</style>
border-color css
<style>
span { border-color: #D4CDD8; }
span { border-color: rgb(212,205,216); }
td.TdClassName
{
border-color: #D4CDD8;
}
.TagClassName
{
border-color: #D4CDD8;
}
</style>