Shades of Titan White #D8C7E1
Tints of Titan White #D8C7E1
RGB
CMYK
RGB Variations
Color information
#D8C7E1 (or 0xD8C7E1) is known color: Titan White. HEX triplet: D8, C7 and E1. RGB value is (216,199,225). Sum of RGB (Red+Green+Blue) = 216+199+225=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8C7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C7E1 is #27381E. Grayscale: #CECECE. Windows color (decimal): -2570271 or 14796760. OLE color: 14796760.
HSL color Cylindrical-coordinate representation of color #D8C7E1: hue angle of 279.23º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8C7E1 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 199 | 225 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.12 |
| HSL | 279.23º | 0.3% | 0.83% | - |
| HSV(B) | 279.23º | 0.12% | 0.88% | - |
| XYZ | 62.33 | 60.88 | 79.7 | - |
| YUV | 207.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 225 | 0.04 | 0.12 | 0 | 0.12 | 279.23 | 0.3 | 0.83 |
| Hex | D8 | C7 | E1 | 4 | C | 0 | C | 117 | 1E | 53 |
| Octal | 330 | 307 | 341 | 4 | 14 | 0 | 14 | 427 | 36 | 123 |
| Binary | 11011000 | 11000111 | 11100001 | 100 | 1100 | 0 | 1100 | 100010111 | 11110 | 1010011 |
Color Harmonies of #D8C7E1
Complementary color
Monochromatic Colors of #D8C7E1
Black with #D8C7E1
Text Example
Text Example
White with #D8C7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C7E1; }
p { color: rgb(216,199,225); }
H1.HeaderClassName
{
color: #D8C7E1;
}
.AnyTagClassName
{
color: #D8C7E1;
}
</style>
background-color css
<style>
a { background-color: #D8C7E1; }
a { background-color: rgb(216,199,225); }
div.DivClassName
{
background-color: #D8C7E1;
}
.BgClassName
{
background-color: #D8C7E1;
}
</style>
border-color css
<style>
span { border-color: #D8C7E1; }
span { border-color: rgb(216,199,225); }
td.TdClassName
{
border-color: #D8C7E1;
}
.TagClassName
{
border-color: #D8C7E1;
}
</style>