Shades of Titan White #D5CBDB
Tints of Titan White #D5CBDB
RGB
CMYK
RGB Variations
Color information
#D5CBDB (or 0xD5CBDB) is known color: Titan White. HEX triplet: D5, CB and DB. RGB value is (213,203,219). Sum of RGB (Red+Green+Blue) = 213+203+219=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBDB is #2A3424. Grayscale: #CFCFCF. Windows color (decimal): -2765861 or 14404565. OLE color: 14404565.
HSL color Cylindrical-coordinate representation of color #D5CBDB: hue angle of 277.5º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5CBDB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 203 | 219 | - |
CMYK | 0.03 | 0.07 | 0 | 0.14 |
HSL | 277.5º | 0.18% | 0.83% | - |
HSV(B) | 277.5º | 0.07% | 0.86% | - |
XYZ | 61.58 | 61.97 | 75.73 | - |
YUV | 207.81 | 134.31 | 131.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 203 | 219 | 0.03 | 0.07 | 0 | 0.14 | 277.5 | 0.18 | 0.83 |
Hex | D5 | CB | DB | 3 | 7 | 0 | E | 116 | 12 | 53 |
Octal | 325 | 313 | 333 | 3 | 7 | 0 | 16 | 426 | 22 | 123 |
Binary | 11010101 | 11001011 | 11011011 | 11 | 111 | 0 | 1110 | 100010110 | 10010 | 1010011 |
Color Harmonies of #D5CBDB
Complementary color
Monochromatic Colors of #D5CBDB
Black with #D5CBDB
Text Example
Text Example
White with #D5CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBDB; }
p { color: rgb(213,203,219); }
H1.HeaderClassName
{
color: #D5CBDB;
}
.AnyTagClassName
{
color: #D5CBDB;
}
</style>
background-color css
<style>
a { background-color: #D5CBDB; }
a { background-color: rgb(213,203,219); }
div.DivClassName
{
background-color: #D5CBDB;
}
.BgClassName
{
background-color: #D5CBDB;
}
</style>
border-color css
<style>
span { border-color: #D5CBDB; }
span { border-color: rgb(213,203,219); }
td.TdClassName
{
border-color: #D5CBDB;
}
.TagClassName
{
border-color: #D5CBDB;
}
</style>