Shades of Titan White #D7C8DC
Tints of Titan White #D7C8DC
RGB
CMYK
RGB Variations
Color information
#D7C8DC (or 0xD7C8DC) is known color: Titan White. HEX triplet: D7, C8 and DC. RGB value is (215,200,220). Sum of RGB (Red+Green+Blue) = 215+200+220=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8DC is #283723. Grayscale: #CECECE. Windows color (decimal): -2635556 or 14469335. OLE color: 14469335.
HSL color Cylindrical-coordinate representation of color #D7C8DC: hue angle of 285º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C8DC is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 200 | 220 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.14 |
| HSL | 285º | 0.22% | 0.82% | - |
| HSV(B) | 285º | 0.09% | 0.86% | - |
| XYZ | 61.6 | 60.92 | 76.22 | - |
| YUV | 206.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 220 | 0.02 | 0.09 | 0 | 0.14 | 285 | 0.22 | 0.82 |
| Hex | D7 | C8 | DC | 2 | 9 | 0 | E | 11D | 16 | 52 |
| Octal | 327 | 310 | 334 | 2 | 11 | 0 | 16 | 435 | 26 | 122 |
| Binary | 11010111 | 11001000 | 11011100 | 10 | 1001 | 0 | 1110 | 100011101 | 10110 | 1010010 |
Color Harmonies of #D7C8DC
Complementary color
Monochromatic Colors of #D7C8DC
Black with #D7C8DC
Text Example
Text Example
White with #D7C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8DC; }
p { color: rgb(215,200,220); }
H1.HeaderClassName
{
color: #D7C8DC;
}
.AnyTagClassName
{
color: #D7C8DC;
}
</style>
background-color css
<style>
a { background-color: #D7C8DC; }
a { background-color: rgb(215,200,220); }
div.DivClassName
{
background-color: #D7C8DC;
}
.BgClassName
{
background-color: #D7C8DC;
}
</style>
border-color css
<style>
span { border-color: #D7C8DC; }
span { border-color: rgb(215,200,220); }
td.TdClassName
{
border-color: #D7C8DC;
}
.TagClassName
{
border-color: #D7C8DC;
}
</style>