Shades of Titan White #D9C7E0
Tints of Titan White #D9C7E0
RGB
CMYK
RGB Variations
Color information
#D9C7E0 (or 0xD9C7E0) is known color: Titan White. HEX triplet: D9, C7 and E0. RGB value is (217,199,224). Sum of RGB (Red+Green+Blue) = 217+199+224=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9C7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7E0 is #26381F. Grayscale: #CFCFCF. Windows color (decimal): -2504736 or 14731225. OLE color: 14731225.
HSL color Cylindrical-coordinate representation of color #D9C7E0: hue angle of 283.2º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C7E0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 199 | 224 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.12 |
| HSL | 283.2º | 0.29% | 0.83% | - |
| HSV(B) | 283.2º | 0.11% | 0.88% | - |
| XYZ | 62.49 | 60.98 | 79 | - |
| YUV | 207.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 224 | 0.03 | 0.11 | 0 | 0.12 | 283.2 | 0.29 | 0.83 |
| Hex | D9 | C7 | E0 | 3 | B | 0 | C | 11B | 1D | 53 |
| Octal | 331 | 307 | 340 | 3 | 13 | 0 | 14 | 433 | 35 | 123 |
| Binary | 11011001 | 11000111 | 11100000 | 11 | 1011 | 0 | 1100 | 100011011 | 11101 | 1010011 |
Color Harmonies of #D9C7E0
Complementary color
Monochromatic Colors of #D9C7E0
Black with #D9C7E0
Text Example
Text Example
White with #D9C7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C7E0; }
p { color: rgb(217,199,224); }
H1.HeaderClassName
{
color: #D9C7E0;
}
.AnyTagClassName
{
color: #D9C7E0;
}
</style>
background-color css
<style>
a { background-color: #D9C7E0; }
a { background-color: rgb(217,199,224); }
div.DivClassName
{
background-color: #D9C7E0;
}
.BgClassName
{
background-color: #D9C7E0;
}
</style>
border-color css
<style>
span { border-color: #D9C7E0; }
span { border-color: rgb(217,199,224); }
td.TdClassName
{
border-color: #D9C7E0;
}
.TagClassName
{
border-color: #D9C7E0;
}
</style>