Shades of Titan White #D4C6DC
Tints of Titan White #D4C6DC
RGB
CMYK
RGB Variations
Color information
#D4C6DC (or 0xD4C6DC) is known color: Titan White. HEX triplet: D4, C6 and DC. RGB value is (212,198,220). Sum of RGB (Red+Green+Blue) = 212+198+220=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C6DC is #2B3923. Grayscale: #CCCCCC. Windows color (decimal): -2832676 or 14468820. OLE color: 14468820.
HSL color Cylindrical-coordinate representation of color #D4C6DC: hue angle of 278.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4C6DC is Cyan = 0.04, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 198 | 220 | - |
| CMYK | 0.04 | 0.1 | 0 | 0.14 |
| HSL | 278.18º | 0.24% | 0.82% | - |
| HSV(B) | 278.18º | 0.1% | 0.86% | - |
| XYZ | 60.26 | 59.55 | 76.03 | - |
| YUV | 204.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 220 | 0.04 | 0.1 | 0 | 0.14 | 278.18 | 0.24 | 0.82 |
| Hex | D4 | C6 | DC | 4 | A | 0 | E | 116 | 18 | 52 |
| Octal | 324 | 306 | 334 | 4 | 12 | 0 | 16 | 426 | 30 | 122 |
| Binary | 11010100 | 11000110 | 11011100 | 100 | 1010 | 0 | 1110 | 100010110 | 11000 | 1010010 |
Color Harmonies of #D4C6DC
Complementary color
Monochromatic Colors of #D4C6DC
Black with #D4C6DC
Text Example
Text Example
White with #D4C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C6DC; }
p { color: rgb(212,198,220); }
H1.HeaderClassName
{
color: #D4C6DC;
}
.AnyTagClassName
{
color: #D4C6DC;
}
</style>
background-color css
<style>
a { background-color: #D4C6DC; }
a { background-color: rgb(212,198,220); }
div.DivClassName
{
background-color: #D4C6DC;
}
.BgClassName
{
background-color: #D4C6DC;
}
</style>
border-color css
<style>
span { border-color: #D4C6DC; }
span { border-color: rgb(212,198,220); }
td.TdClassName
{
border-color: #D4C6DC;
}
.TagClassName
{
border-color: #D4C6DC;
}
</style>