Shades of Titan White #D5C6DD
Tints of Titan White #D5C6DD
RGB
CMYK
RGB Variations
Color information
#D5C6DD (or 0xD5C6DD) is known color: Titan White. HEX triplet: D5, C6 and DD. RGB value is (213,198,221). Sum of RGB (Red+Green+Blue) = 213+198+221=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5C6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6DD is #2A3922. Grayscale: #CDCDCD. Windows color (decimal): -2767139 or 14534357. OLE color: 14534357.
HSL color Cylindrical-coordinate representation of color #D5C6DD: hue angle of 279.13º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5C6DD is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 198 | 221 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.13 |
| HSL | 279.13º | 0.25% | 0.82% | - |
| HSV(B) | 279.13º | 0.1% | 0.87% | - |
| XYZ | 60.69 | 59.75 | 76.74 | - |
| YUV | 205.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 221 | 0.04 | 0.10 | 0 | 0.13 | 279.13 | 0.25 | 0.82 |
| Hex | D5 | C6 | DD | 4 | A | 0 | D | 117 | 19 | 52 |
| Octal | 325 | 306 | 335 | 4 | 12 | 0 | 15 | 427 | 31 | 122 |
| Binary | 11010101 | 11000110 | 11011101 | 100 | 1010 | 0 | 1101 | 100010111 | 11001 | 1010010 |
Color Harmonies of #D5C6DD
Complementary color
Monochromatic Colors of #D5C6DD
Black with #D5C6DD
Text Example
Text Example
White with #D5C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6DD; }
p { color: rgb(213,198,221); }
H1.HeaderClassName
{
color: #D5C6DD;
}
.AnyTagClassName
{
color: #D5C6DD;
}
</style>
background-color css
<style>
a { background-color: #D5C6DD; }
a { background-color: rgb(213,198,221); }
div.DivClassName
{
background-color: #D5C6DD;
}
.BgClassName
{
background-color: #D5C6DD;
}
</style>
border-color css
<style>
span { border-color: #D5C6DD; }
span { border-color: rgb(213,198,221); }
td.TdClassName
{
border-color: #D5C6DD;
}
.TagClassName
{
border-color: #D5C6DD;
}
</style>