Shades of Titan White #D8CAE2
Tints of Titan White #D8CAE2
RGB
CMYK
RGB Variations
Color information
#D8CAE2 (or 0xD8CAE2) is known color: Titan White. HEX triplet: D8, CA and E2. RGB value is (216,202,226). Sum of RGB (Red+Green+Blue) = 216+202+226=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 226 - color contains mainly: blue. Hex color #D8CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAE2 is #27351D. Grayscale: #D0D0D0. Windows color (decimal): -2569502 or 14863064. OLE color: 14863064.
HSL color Cylindrical-coordinate representation of color #D8CAE2: hue angle of 275º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8CAE2 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 202 | 226 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.11 |
| HSL | 275º | 0.29% | 0.84% | - |
| HSV(B) | 275º | 0.11% | 0.89% | - |
| XYZ | 63.17 | 62.33 | 80.65 | - |
| YUV | 208.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 226 | 0.04 | 0.11 | 0 | 0.11 | 275 | 0.29 | 0.84 |
| Hex | D8 | CA | E2 | 4 | B | 0 | B | 113 | 1D | 54 |
| Octal | 330 | 312 | 342 | 4 | 13 | 0 | 13 | 423 | 35 | 124 |
| Binary | 11011000 | 11001010 | 11100010 | 100 | 1011 | 0 | 1011 | 100010011 | 11101 | 1010100 |
Color Harmonies of #D8CAE2
Complementary color
Monochromatic Colors of #D8CAE2
Black with #D8CAE2
Text Example
Text Example
White with #D8CAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CAE2; }
p { color: rgb(216,202,226); }
H1.HeaderClassName
{
color: #D8CAE2;
}
.AnyTagClassName
{
color: #D8CAE2;
}
</style>
background-color css
<style>
a { background-color: #D8CAE2; }
a { background-color: rgb(216,202,226); }
div.DivClassName
{
background-color: #D8CAE2;
}
.BgClassName
{
background-color: #D8CAE2;
}
</style>
border-color css
<style>
span { border-color: #D8CAE2; }
span { border-color: rgb(216,202,226); }
td.TdClassName
{
border-color: #D8CAE2;
}
.TagClassName
{
border-color: #D8CAE2;
}
</style>