Shades of Titan White #D9CDDC
Tints of Titan White #D9CDDC
RGB
CMYK
RGB Variations
Color information
#D9CDDC (or 0xD9CDDC) is known color: Titan White. HEX triplet: D9, CD and DC. RGB value is (217,205,220). Sum of RGB (Red+Green+Blue) = 217+205+220=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDDC is #263223. Grayscale: #D2D2D2. Windows color (decimal): -2503204 or 14470617. OLE color: 14470617.
HSL color Cylindrical-coordinate representation of color #D9CDDC: hue angle of 288º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CDDC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 205 | 220 | - |
CMYK | 0.01 | 0.07 | 0 | 0.14 |
HSL | 288º | 0.18% | 0.83% | - |
HSV(B) | 288º | 0.07% | 0.86% | - |
XYZ | 63.36 | 63.58 | 76.64 | - |
YUV | 210.3 | 133.48 | 132.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 205 | 220 | 0.01 | 0.07 | 0 | 0.14 | 288 | 0.18 | 0.83 |
Hex | D9 | CD | DC | 1 | 7 | 0 | E | 120 | 12 | 53 |
Octal | 331 | 315 | 334 | 1 | 7 | 0 | 16 | 440 | 22 | 123 |
Binary | 11011001 | 11001101 | 11011100 | 1 | 111 | 0 | 1110 | 100100000 | 10010 | 1010011 |
Color Harmonies of #D9CDDC
Complementary color
Monochromatic Colors of #D9CDDC
Black with #D9CDDC
Text Example
Text Example
White with #D9CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDDC; }
p { color: rgb(217,205,220); }
H1.HeaderClassName
{
color: #D9CDDC;
}
.AnyTagClassName
{
color: #D9CDDC;
}
</style>
background-color css
<style>
a { background-color: #D9CDDC; }
a { background-color: rgb(217,205,220); }
div.DivClassName
{
background-color: #D9CDDC;
}
.BgClassName
{
background-color: #D9CDDC;
}
</style>
border-color css
<style>
span { border-color: #D9CDDC; }
span { border-color: rgb(217,205,220); }
td.TdClassName
{
border-color: #D9CDDC;
}
.TagClassName
{
border-color: #D9CDDC;
}
</style>