Shades of Titan White #D6CDDD
Tints of Titan White #D6CDDD
RGB
CMYK
RGB Variations
Color information
#D6CDDD (or 0xD6CDDD) is known color: Titan White. HEX triplet: D6, CD and DD. RGB value is (214,205,221). Sum of RGB (Red+Green+Blue) = 214+205+221=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDDD is #293222. Grayscale: #D1D1D1. Windows color (decimal): -2699811 or 14536150. OLE color: 14536150.
HSL color Cylindrical-coordinate representation of color #D6CDDD: hue angle of 273.75º degrees, saturation: 0.19, 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 #D6CDDD is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 205 | 221 | - |
CMYK | 0.03 | 0.07 | 0 | 0.13 |
HSL | 273.75º | 0.19% | 0.84% | - |
HSV(B) | 273.75º | 0.07% | 0.87% | - |
XYZ | 62.61 | 63.18 | 77.3 | - |
YUV | 209.52 | 134.48 | 131.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 205 | 221 | 0.03 | 0.07 | 0 | 0.13 | 273.75 | 0.19 | 0.84 |
Hex | D6 | CD | DD | 3 | 7 | 0 | D | 112 | 13 | 54 |
Octal | 326 | 315 | 335 | 3 | 7 | 0 | 15 | 422 | 23 | 124 |
Binary | 11010110 | 11001101 | 11011101 | 11 | 111 | 0 | 1101 | 100010010 | 10011 | 1010100 |
Color Harmonies of #D6CDDD
Complementary color
Monochromatic Colors of #D6CDDD
Black with #D6CDDD
Text Example
Text Example
White with #D6CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDDD; }
p { color: rgb(214,205,221); }
H1.HeaderClassName
{
color: #D6CDDD;
}
.AnyTagClassName
{
color: #D6CDDD;
}
</style>
background-color css
<style>
a { background-color: #D6CDDD; }
a { background-color: rgb(214,205,221); }
div.DivClassName
{
background-color: #D6CDDD;
}
.BgClassName
{
background-color: #D6CDDD;
}
</style>
border-color css
<style>
span { border-color: #D6CDDD; }
span { border-color: rgb(214,205,221); }
td.TdClassName
{
border-color: #D6CDDD;
}
.TagClassName
{
border-color: #D6CDDD;
}
</style>