Shades of Titan White #D5C5DB
Tints of Titan White #D5C5DB
RGB
CMYK
RGB Variations
Color information
#D5C5DB (or 0xD5C5DB) is known color: Titan White. HEX triplet: D5, C5 and DB. RGB value is (213,197,219). Sum of RGB (Red+Green+Blue) = 213+197+219=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C5DB is #2A3A24. Grayscale: #CCCCCC. Windows color (decimal): -2767397 or 14403029. OLE color: 14403029.
HSL color Cylindrical-coordinate representation of color #D5C5DB: hue angle of 283.64º degrees, saturation: 0.23, 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 #D5C5DB is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 197 | 219 | - |
CMYK | 0.03 | 0.10 | 0 | 0.14 |
HSL | 283.64º | 0.23% | 0.82% | - |
HSV(B) | 283.64º | 0.1% | 0.86% | - |
XYZ | 60.19 | 59.19 | 75.27 | - |
YUV | 204.29 | 136.3 | 134.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 197 | 219 | 0.03 | 0.10 | 0 | 0.14 | 283.64 | 0.23 | 0.82 |
Hex | D5 | C5 | DB | 3 | A | 0 | E | 11C | 17 | 52 |
Octal | 325 | 305 | 333 | 3 | 12 | 0 | 16 | 434 | 27 | 122 |
Binary | 11010101 | 11000101 | 11011011 | 11 | 1010 | 0 | 1110 | 100011100 | 10111 | 1010010 |
Color Harmonies of #D5C5DB
Complementary color
Monochromatic Colors of #D5C5DB
Black with #D5C5DB
Text Example
Text Example
White with #D5C5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C5DB; }
p { color: rgb(213,197,219); }
H1.HeaderClassName
{
color: #D5C5DB;
}
.AnyTagClassName
{
color: #D5C5DB;
}
</style>
background-color css
<style>
a { background-color: #D5C5DB; }
a { background-color: rgb(213,197,219); }
div.DivClassName
{
background-color: #D5C5DB;
}
.BgClassName
{
background-color: #D5C5DB;
}
</style>
border-color css
<style>
span { border-color: #D5C5DB; }
span { border-color: rgb(213,197,219); }
td.TdClassName
{
border-color: #D5C5DB;
}
.TagClassName
{
border-color: #D5C5DB;
}
</style>