Shades of Titan White #D9CEDC
Tints of Titan White #D9CEDC
RGB
CMYK
RGB Variations
Color information
#D9CEDC (or 0xD9CEDC) is known color: Titan White. HEX triplet: D9, CE and DC. RGB value is (217,206,220). Sum of RGB (Red+Green+Blue) = 217+206+220=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEDC is #263123. Grayscale: #D2D2D2. Windows color (decimal): -2502948 or 14470873. OLE color: 14470873.
HSL color Cylindrical-coordinate representation of color #D9CEDC: hue angle of 287.14º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CEDC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 206 | 220 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.14 |
| HSL | 287.14º | 0.17% | 0.84% | - |
| HSV(B) | 287.14º | 0.06% | 0.86% | - |
| XYZ | 63.6 | 64.06 | 76.72 | - |
| YUV | 210.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 220 | 0.01 | 0.06 | 0 | 0.14 | 287.14 | 0.17 | 0.84 |
| Hex | D9 | CE | DC | 1 | 6 | 0 | E | 11F | 11 | 54 |
| Octal | 331 | 316 | 334 | 1 | 6 | 0 | 16 | 437 | 21 | 124 |
| Binary | 11011001 | 11001110 | 11011100 | 1 | 110 | 0 | 1110 | 100011111 | 10001 | 1010100 |
Color Harmonies of #D9CEDC
Complementary color
Monochromatic Colors of #D9CEDC
Black with #D9CEDC
Text Example
Text Example
White with #D9CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEDC; }
p { color: rgb(217,206,220); }
H1.HeaderClassName
{
color: #D9CEDC;
}
.AnyTagClassName
{
color: #D9CEDC;
}
</style>
background-color css
<style>
a { background-color: #D9CEDC; }
a { background-color: rgb(217,206,220); }
div.DivClassName
{
background-color: #D9CEDC;
}
.BgClassName
{
background-color: #D9CEDC;
}
</style>
border-color css
<style>
span { border-color: #D9CEDC; }
span { border-color: rgb(217,206,220); }
td.TdClassName
{
border-color: #D9CEDC;
}
.TagClassName
{
border-color: #D9CEDC;
}
</style>