Shades of Titan White #D6CEDD
Tints of Titan White #D6CEDD
RGB
CMYK
RGB Variations
Color information
#D6CEDD (or 0xD6CEDD) is known color: Titan White. HEX triplet: D6, CE and DD. RGB value is (214,206,221). Sum of RGB (Red+Green+Blue) = 214+206+221=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEDD is #293122. Grayscale: #D2D2D2. Windows color (decimal): -2699555 or 14536406. OLE color: 14536406.
HSL color Cylindrical-coordinate representation of color #D6CEDD: hue angle of 272º degrees, saturation: 0.18, 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 #D6CEDD is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 206 | 221 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.13 |
| HSL | 272º | 0.18% | 0.84% | - |
| HSV(B) | 272º | 0.07% | 0.87% | - |
| XYZ | 62.85 | 63.66 | 77.38 | - |
| YUV | 210.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 221 | 0.03 | 0.07 | 0 | 0.13 | 272 | 0.18 | 0.84 |
| Hex | D6 | CE | DD | 3 | 7 | 0 | D | 110 | 12 | 54 |
| Octal | 326 | 316 | 335 | 3 | 7 | 0 | 15 | 420 | 22 | 124 |
| Binary | 11010110 | 11001110 | 11011101 | 11 | 111 | 0 | 1101 | 100010000 | 10010 | 1010100 |
Color Harmonies of #D6CEDD
Complementary color
Monochromatic Colors of #D6CEDD
Black with #D6CEDD
Text Example
Text Example
White with #D6CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEDD; }
p { color: rgb(214,206,221); }
H1.HeaderClassName
{
color: #D6CEDD;
}
.AnyTagClassName
{
color: #D6CEDD;
}
</style>
background-color css
<style>
a { background-color: #D6CEDD; }
a { background-color: rgb(214,206,221); }
div.DivClassName
{
background-color: #D6CEDD;
}
.BgClassName
{
background-color: #D6CEDD;
}
</style>
border-color css
<style>
span { border-color: #D6CEDD; }
span { border-color: rgb(214,206,221); }
td.TdClassName
{
border-color: #D6CEDD;
}
.TagClassName
{
border-color: #D6CEDD;
}
</style>