Shades of Titan White #D4CBDA
Tints of Titan White #D4CBDA
RGB
CMYK
RGB Variations
Color information
#D4CBDA (or 0xD4CBDA) is known color: Titan White. HEX triplet: D4, CB and DA. RGB value is (212,203,218). Sum of RGB (Red+Green+Blue) = 212+203+218=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBDA is #2B3425. Grayscale: #CFCFCF. Windows color (decimal): -2831398 or 14339028. OLE color: 14339028.
HSL color Cylindrical-coordinate representation of color #D4CBDA: hue angle of 276º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4CBDA is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 203 | 218 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.15 |
| HSL | 276º | 0.17% | 0.83% | - |
| HSV(B) | 276º | 0.07% | 0.85% | - |
| XYZ | 61.16 | 61.77 | 75.03 | - |
| YUV | 207.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 218 | 0.03 | 0.07 | 0 | 0.15 | 276 | 0.17 | 0.83 |
| Hex | D4 | CB | DA | 3 | 7 | 0 | F | 114 | 11 | 53 |
| Octal | 324 | 313 | 332 | 3 | 7 | 0 | 17 | 424 | 21 | 123 |
| Binary | 11010100 | 11001011 | 11011010 | 11 | 111 | 0 | 1111 | 100010100 | 10001 | 1010011 |
Color Harmonies of #D4CBDA
Complementary color
Monochromatic Colors of #D4CBDA
Black with #D4CBDA
Text Example
Text Example
White with #D4CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBDA; }
p { color: rgb(212,203,218); }
H1.HeaderClassName
{
color: #D4CBDA;
}
.AnyTagClassName
{
color: #D4CBDA;
}
</style>
background-color css
<style>
a { background-color: #D4CBDA; }
a { background-color: rgb(212,203,218); }
div.DivClassName
{
background-color: #D4CBDA;
}
.BgClassName
{
background-color: #D4CBDA;
}
</style>
border-color css
<style>
span { border-color: #D4CBDA; }
span { border-color: rgb(212,203,218); }
td.TdClassName
{
border-color: #D4CBDA;
}
.TagClassName
{
border-color: #D4CBDA;
}
</style>