Shades of Titan White #D5CBDC
Tints of Titan White #D5CBDC
RGB
CMYK
RGB Variations
Color information
#D5CBDC (or 0xD5CBDC) is known color: Titan White. HEX triplet: D5, CB and DC. RGB value is (213,203,220). Sum of RGB (Red+Green+Blue) = 213+203+220=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBDC is #2A3423. Grayscale: #CFCFCF. Windows color (decimal): -2765860 or 14470101. OLE color: 14470101.
HSL color Cylindrical-coordinate representation of color #D5CBDC: hue angle of 275.29º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5CBDC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 203 | 220 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.14 |
| HSL | 275.29º | 0.2% | 0.83% | - |
| HSV(B) | 275.29º | 0.08% | 0.86% | - |
| XYZ | 61.71 | 62.03 | 76.43 | - |
| YUV | 207.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 220 | 0.03 | 0.08 | 0 | 0.14 | 275.29 | 0.2 | 0.83 |
| Hex | D5 | CB | DC | 3 | 8 | 0 | E | 113 | 14 | 53 |
| Octal | 325 | 313 | 334 | 3 | 10 | 0 | 16 | 423 | 24 | 123 |
| Binary | 11010101 | 11001011 | 11011100 | 11 | 1000 | 0 | 1110 | 100010011 | 10100 | 1010011 |
Color Harmonies of #D5CBDC
Complementary color
Monochromatic Colors of #D5CBDC
Black with #D5CBDC
Text Example
Text Example
White with #D5CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBDC; }
p { color: rgb(213,203,220); }
H1.HeaderClassName
{
color: #D5CBDC;
}
.AnyTagClassName
{
color: #D5CBDC;
}
</style>
background-color css
<style>
a { background-color: #D5CBDC; }
a { background-color: rgb(213,203,220); }
div.DivClassName
{
background-color: #D5CBDC;
}
.BgClassName
{
background-color: #D5CBDC;
}
</style>
border-color css
<style>
span { border-color: #D5CBDC; }
span { border-color: rgb(213,203,220); }
td.TdClassName
{
border-color: #D5CBDC;
}
.TagClassName
{
border-color: #D5CBDC;
}
</style>