Shades of Titan White #D5C6DC
Tints of Titan White #D5C6DC
RGB
CMYK
RGB Variations
Color information
#D5C6DC (or 0xD5C6DC) is known color: Titan White. HEX triplet: D5, C6 and DC. RGB value is (213,198,220). Sum of RGB (Red+Green+Blue) = 213+198+220=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6DC is #2A3923. Grayscale: #CCCCCC. Windows color (decimal): -2767140 or 14468821. OLE color: 14468821.
HSL color Cylindrical-coordinate representation of color #D5C6DC: hue angle of 280.91º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5C6DC is Cyan = 0.03, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 198 | 220 | - |
| CMYK | 0.03 | 0.1 | 0 | 0.14 |
| HSL | 280.91º | 0.24% | 0.82% | - |
| HSV(B) | 280.91º | 0.1% | 0.86% | - |
| XYZ | 60.55 | 59.7 | 76.04 | - |
| YUV | 204.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 220 | 0.03 | 0.1 | 0 | 0.14 | 280.91 | 0.24 | 0.82 |
| Hex | D5 | C6 | DC | 3 | A | 0 | E | 119 | 18 | 52 |
| Octal | 325 | 306 | 334 | 3 | 12 | 0 | 16 | 431 | 30 | 122 |
| Binary | 11010101 | 11000110 | 11011100 | 11 | 1010 | 0 | 1110 | 100011001 | 11000 | 1010010 |
Color Harmonies of #D5C6DC
Complementary color
Monochromatic Colors of #D5C6DC
Black with #D5C6DC
Text Example
Text Example
White with #D5C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6DC; }
p { color: rgb(213,198,220); }
H1.HeaderClassName
{
color: #D5C6DC;
}
.AnyTagClassName
{
color: #D5C6DC;
}
</style>
background-color css
<style>
a { background-color: #D5C6DC; }
a { background-color: rgb(213,198,220); }
div.DivClassName
{
background-color: #D5C6DC;
}
.BgClassName
{
background-color: #D5C6DC;
}
</style>
border-color css
<style>
span { border-color: #D5C6DC; }
span { border-color: rgb(213,198,220); }
td.TdClassName
{
border-color: #D5C6DC;
}
.TagClassName
{
border-color: #D5C6DC;
}
</style>