Shades of Titan White #D9CEDE
Tints of Titan White #D9CEDE
RGB
CMYK
RGB Variations
Color information
#D9CEDE (or 0xD9CEDE) is known color: Titan White. HEX triplet: D9, CE and DE. RGB value is (217,206,222). Sum of RGB (Red+Green+Blue) = 217+206+222=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEDE is #263121. Grayscale: #D3D3D3. Windows color (decimal): -2502946 or 14601945. OLE color: 14601945.
HSL color Cylindrical-coordinate representation of color #D9CEDE: hue angle of 281.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CEDE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 206 | 222 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.13 |
| HSL | 281.25º | 0.2% | 0.84% | - |
| HSV(B) | 281.25º | 0.07% | 0.87% | - |
| XYZ | 63.87 | 64.17 | 78.13 | - |
| YUV | 211.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 222 | 0.02 | 0.07 | 0 | 0.13 | 281.25 | 0.2 | 0.84 |
| Hex | D9 | CE | DE | 2 | 7 | 0 | D | 119 | 14 | 54 |
| Octal | 331 | 316 | 336 | 2 | 7 | 0 | 15 | 431 | 24 | 124 |
| Binary | 11011001 | 11001110 | 11011110 | 10 | 111 | 0 | 1101 | 100011001 | 10100 | 1010100 |
Color Harmonies of #D9CEDE
Complementary color
Monochromatic Colors of #D9CEDE
Black with #D9CEDE
Text Example
Text Example
White with #D9CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEDE; }
p { color: rgb(217,206,222); }
H1.HeaderClassName
{
color: #D9CEDE;
}
.AnyTagClassName
{
color: #D9CEDE;
}
</style>
background-color css
<style>
a { background-color: #D9CEDE; }
a { background-color: rgb(217,206,222); }
div.DivClassName
{
background-color: #D9CEDE;
}
.BgClassName
{
background-color: #D9CEDE;
}
</style>
border-color css
<style>
span { border-color: #D9CEDE; }
span { border-color: rgb(217,206,222); }
td.TdClassName
{
border-color: #D9CEDE;
}
.TagClassName
{
border-color: #D9CEDE;
}
</style>