Shades of Titan White #D8CAE0
Tints of Titan White #D8CAE0
RGB
CMYK
RGB Variations
Color information
#D8CAE0 (or 0xD8CAE0) is known color: Titan White. HEX triplet: D8, CA and E0. RGB value is (216,202,224). Sum of RGB (Red+Green+Blue) = 216+202+224=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAE0 is #27351F. Grayscale: #D0D0D0. Windows color (decimal): -2569504 or 14731992. OLE color: 14731992.
HSL color Cylindrical-coordinate representation of color #D8CAE0: hue angle of 278.18º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8CAE0 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 202 | 224 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.12 |
| HSL | 278.18º | 0.26% | 0.84% | - |
| HSV(B) | 278.18º | 0.1% | 0.88% | - |
| XYZ | 62.89 | 62.22 | 79.22 | - |
| YUV | 208.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 224 | 0.04 | 0.10 | 0 | 0.12 | 278.18 | 0.26 | 0.84 |
| Hex | D8 | CA | E0 | 4 | A | 0 | C | 116 | 1A | 54 |
| Octal | 330 | 312 | 340 | 4 | 12 | 0 | 14 | 426 | 32 | 124 |
| Binary | 11011000 | 11001010 | 11100000 | 100 | 1010 | 0 | 1100 | 100010110 | 11010 | 1010100 |
Color Harmonies of #D8CAE0
Complementary color
Monochromatic Colors of #D8CAE0
Black with #D8CAE0
Text Example
Text Example
White with #D8CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CAE0; }
p { color: rgb(216,202,224); }
H1.HeaderClassName
{
color: #D8CAE0;
}
.AnyTagClassName
{
color: #D8CAE0;
}
</style>
background-color css
<style>
a { background-color: #D8CAE0; }
a { background-color: rgb(216,202,224); }
div.DivClassName
{
background-color: #D8CAE0;
}
.BgClassName
{
background-color: #D8CAE0;
}
</style>
border-color css
<style>
span { border-color: #D8CAE0; }
span { border-color: rgb(216,202,224); }
td.TdClassName
{
border-color: #D8CAE0;
}
.TagClassName
{
border-color: #D8CAE0;
}
</style>