Shades of Titan White #D6CDDA
Tints of Titan White #D6CDDA
RGB
CMYK
RGB Variations
Color information
#D6CDDA (or 0xD6CDDA) is known color: Titan White. HEX triplet: D6, CD and DA. RGB value is (214,205,218). Sum of RGB (Red+Green+Blue) = 214+205+218=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDDA is #293225. Grayscale: #D1D1D1. Windows color (decimal): -2699814 or 14339542. OLE color: 14339542.
HSL color Cylindrical-coordinate representation of color #D6CDDA: hue angle of 281.54º degrees, saturation: 0.15, 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 #D6CDDA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 205 | 218 | - |
CMYK | 0.02 | 0.06 | 0 | 0.15 |
HSL | 281.54º | 0.15% | 0.83% | - |
HSV(B) | 281.54º | 0.06% | 0.85% | - |
XYZ | 62.22 | 63.02 | 75.21 | - |
YUV | 209.17 | 132.98 | 131.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 205 | 218 | 0.02 | 0.06 | 0 | 0.15 | 281.54 | 0.15 | 0.83 |
Hex | D6 | CD | DA | 2 | 6 | 0 | F | 11A | F | 53 |
Octal | 326 | 315 | 332 | 2 | 6 | 0 | 17 | 432 | 17 | 123 |
Binary | 11010110 | 11001101 | 11011010 | 10 | 110 | 0 | 1111 | 100011010 | 1111 | 1010011 |
Color Harmonies of #D6CDDA
Complementary color
Monochromatic Colors of #D6CDDA
Black with #D6CDDA
Text Example
Text Example
White with #D6CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDDA; }
p { color: rgb(214,205,218); }
H1.HeaderClassName
{
color: #D6CDDA;
}
.AnyTagClassName
{
color: #D6CDDA;
}
</style>
background-color css
<style>
a { background-color: #D6CDDA; }
a { background-color: rgb(214,205,218); }
div.DivClassName
{
background-color: #D6CDDA;
}
.BgClassName
{
background-color: #D6CDDA;
}
</style>
border-color css
<style>
span { border-color: #D6CDDA; }
span { border-color: rgb(214,205,218); }
td.TdClassName
{
border-color: #D6CDDA;
}
.TagClassName
{
border-color: #D6CDDA;
}
</style>