Shades of Titan White #D9C8E2
Tints of Titan White #D9C8E2
RGB
CMYK
RGB Variations
Color information
#D9C8E2 (or 0xD9C8E2) is known color: Titan White. HEX triplet: D9, C8 and E2. RGB value is (217,200,226). Sum of RGB (Red+Green+Blue) = 217+200+226=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 226 - color contains mainly: blue. Hex color #D9C8E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8E2 is #26371D. Grayscale: #CFCFCF. Windows color (decimal): -2504478 or 14862553. OLE color: 14862553.
HSL color Cylindrical-coordinate representation of color #D9C8E2: hue angle of 279.23º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C8E2 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 200 | 226 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.11 |
| HSL | 279.23º | 0.31% | 0.84% | - |
| HSV(B) | 279.23º | 0.12% | 0.89% | - |
| XYZ | 63 | 61.55 | 80.51 | - |
| YUV | 208.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 226 | 0.04 | 0.12 | 0 | 0.11 | 279.23 | 0.31 | 0.84 |
| Hex | D9 | C8 | E2 | 4 | C | 0 | B | 117 | 1F | 54 |
| Octal | 331 | 310 | 342 | 4 | 14 | 0 | 13 | 427 | 37 | 124 |
| Binary | 11011001 | 11001000 | 11100010 | 100 | 1100 | 0 | 1011 | 100010111 | 11111 | 1010100 |
Color Harmonies of #D9C8E2
Complementary color
Monochromatic Colors of #D9C8E2
Black with #D9C8E2
Text Example
Text Example
White with #D9C8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8E2; }
p { color: rgb(217,200,226); }
H1.HeaderClassName
{
color: #D9C8E2;
}
.AnyTagClassName
{
color: #D9C8E2;
}
</style>
background-color css
<style>
a { background-color: #D9C8E2; }
a { background-color: rgb(217,200,226); }
div.DivClassName
{
background-color: #D9C8E2;
}
.BgClassName
{
background-color: #D9C8E2;
}
</style>
border-color css
<style>
span { border-color: #D9C8E2; }
span { border-color: rgb(217,200,226); }
td.TdClassName
{
border-color: #D9C8E2;
}
.TagClassName
{
border-color: #D9C8E2;
}
</style>