Shades of Titan White #D5C5DD
Tints of Titan White #D5C5DD
RGB
CMYK
RGB Variations
Color information
#D5C5DD (or 0xD5C5DD) is known color: Titan White. HEX triplet: D5, C5 and DD. RGB value is (213,197,221). Sum of RGB (Red+Green+Blue) = 213+197+221=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5C5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C5DD is #2A3A22. Grayscale: #CCCCCC. Windows color (decimal): -2767395 or 14534101. OLE color: 14534101.
HSL color Cylindrical-coordinate representation of color #D5C5DD: hue angle of 280º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5C5DD is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 197 | 221 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.13 |
| HSL | 280º | 0.26% | 0.82% | - |
| HSV(B) | 280º | 0.11% | 0.87% | - |
| XYZ | 60.46 | 59.3 | 76.67 | - |
| YUV | 204.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 221 | 0.04 | 0.11 | 0 | 0.13 | 280 | 0.26 | 0.82 |
| Hex | D5 | C5 | DD | 4 | B | 0 | D | 118 | 1A | 52 |
| Octal | 325 | 305 | 335 | 4 | 13 | 0 | 15 | 430 | 32 | 122 |
| Binary | 11010101 | 11000101 | 11011101 | 100 | 1011 | 0 | 1101 | 100011000 | 11010 | 1010010 |
Color Harmonies of #D5C5DD
Complementary color
Monochromatic Colors of #D5C5DD
Black with #D5C5DD
Text Example
Text Example
White with #D5C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C5DD; }
p { color: rgb(213,197,221); }
H1.HeaderClassName
{
color: #D5C5DD;
}
.AnyTagClassName
{
color: #D5C5DD;
}
</style>
background-color css
<style>
a { background-color: #D5C5DD; }
a { background-color: rgb(213,197,221); }
div.DivClassName
{
background-color: #D5C5DD;
}
.BgClassName
{
background-color: #D5C5DD;
}
</style>
border-color css
<style>
span { border-color: #D5C5DD; }
span { border-color: rgb(213,197,221); }
td.TdClassName
{
border-color: #D5C5DD;
}
.TagClassName
{
border-color: #D5C5DD;
}
</style>