Shades of Titan White #D6CEDB
Tints of Titan White #D6CEDB
RGB
CMYK
RGB Variations
Color information
#D6CEDB (or 0xD6CEDB) is known color: Titan White. HEX triplet: D6, CE and DB. RGB value is (214,206,219). Sum of RGB (Red+Green+Blue) = 214+206+219=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEDB is #293124. Grayscale: #D1D1D1. Windows color (decimal): -2699557 or 14405334. OLE color: 14405334.
HSL color Cylindrical-coordinate representation of color #D6CEDB: hue angle of 276.92º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6CEDB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 206 | 219 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.14 |
| HSL | 276.92º | 0.15% | 0.83% | - |
| HSV(B) | 276.92º | 0.06% | 0.86% | - |
| XYZ | 62.59 | 63.55 | 75.99 | - |
| YUV | 209.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 219 | 0.02 | 0.06 | 0 | 0.14 | 276.92 | 0.15 | 0.83 |
| Hex | D6 | CE | DB | 2 | 6 | 0 | E | 115 | F | 53 |
| Octal | 326 | 316 | 333 | 2 | 6 | 0 | 16 | 425 | 17 | 123 |
| Binary | 11010110 | 11001110 | 11011011 | 10 | 110 | 0 | 1110 | 100010101 | 1111 | 1010011 |
Color Harmonies of #D6CEDB
Complementary color
Monochromatic Colors of #D6CEDB
Black with #D6CEDB
Text Example
Text Example
White with #D6CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEDB; }
p { color: rgb(214,206,219); }
H1.HeaderClassName
{
color: #D6CEDB;
}
.AnyTagClassName
{
color: #D6CEDB;
}
</style>
background-color css
<style>
a { background-color: #D6CEDB; }
a { background-color: rgb(214,206,219); }
div.DivClassName
{
background-color: #D6CEDB;
}
.BgClassName
{
background-color: #D6CEDB;
}
</style>
border-color css
<style>
span { border-color: #D6CEDB; }
span { border-color: rgb(214,206,219); }
td.TdClassName
{
border-color: #D6CEDB;
}
.TagClassName
{
border-color: #D6CEDB;
}
</style>