Shades of Titan White #D6CCDA
Tints of Titan White #D6CCDA
RGB
CMYK
RGB Variations
Color information
#D6CCDA (or 0xD6CCDA) is known color: Titan White. HEX triplet: D6, CC and DA. RGB value is (214,204,218). Sum of RGB (Red+Green+Blue) = 214+204+218=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCDA is #293325. Grayscale: #D0D0D0. Windows color (decimal): -2700070 or 14339286. OLE color: 14339286.
HSL color Cylindrical-coordinate representation of color #D6CCDA: hue angle of 282.86º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6CCDA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 204 | 218 | - |
CMYK | 0.02 | 0.06 | 0 | 0.15 |
HSL | 282.86º | 0.16% | 0.83% | - |
HSV(B) | 282.86º | 0.06% | 0.85% | - |
XYZ | 61.98 | 62.54 | 75.14 | - |
YUV | 208.59 | 133.31 | 131.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 204 | 218 | 0.02 | 0.06 | 0 | 0.15 | 282.86 | 0.16 | 0.83 |
Hex | D6 | CC | DA | 2 | 6 | 0 | F | 11B | 10 | 53 |
Octal | 326 | 314 | 332 | 2 | 6 | 0 | 17 | 433 | 20 | 123 |
Binary | 11010110 | 11001100 | 11011010 | 10 | 110 | 0 | 1111 | 100011011 | 10000 | 1010011 |
Color Harmonies of #D6CCDA
Complementary color
Monochromatic Colors of #D6CCDA
Black with #D6CCDA
Text Example
Text Example
White with #D6CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCDA; }
p { color: rgb(214,204,218); }
H1.HeaderClassName
{
color: #D6CCDA;
}
.AnyTagClassName
{
color: #D6CCDA;
}
</style>
background-color css
<style>
a { background-color: #D6CCDA; }
a { background-color: rgb(214,204,218); }
div.DivClassName
{
background-color: #D6CCDA;
}
.BgClassName
{
background-color: #D6CCDA;
}
</style>
border-color css
<style>
span { border-color: #D6CCDA; }
span { border-color: rgb(214,204,218); }
td.TdClassName
{
border-color: #D6CCDA;
}
.TagClassName
{
border-color: #D6CCDA;
}
</style>