Shades of Titan White #DCDADD
Tints of Titan White #DCDADD
RGB
CMYK
RGB Variations
Color information
#DCDADD (or 0xDCDADD) is known color: Titan White. HEX triplet: DC, DA and DD. RGB value is (220,218,221). Sum of RGB (Red+Green+Blue) = 220+218+221=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCDADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDADD is #232522. Grayscale: #DADADA. Windows color (decimal): -2303267 or 14539484. OLE color: 14539484.
HSL color Cylindrical-coordinate representation of color #DCDADD: hue angle of 280º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DCDADD is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 218 | 221 | - |
CMYK | 0.00 | 0.01 | 0 | 0.13 |
HSL | 280º | 0.04% | 0.86% | - |
HSV(B) | 280º | 0.01% | 0.87% | - |
XYZ | 67.64 | 70.58 | 78.46 | - |
YUV | 218.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 221 | 0.00 | 0.01 | 0 | 0.13 | 280 | 0.04 | 0.86 |
Hex | DC | DA | DD | 0 | 1 | 0 | D | 118 | 4 | 56 |
Octal | 334 | 332 | 335 | 0 | 1 | 0 | 15 | 430 | 4 | 126 |
Binary | 11011100 | 11011010 | 11011101 | 0 | 1 | 0 | 1101 | 100011000 | 100 | 1010110 |
Color Harmonies of #DCDADD
Complementary color
Monochromatic Colors of #DCDADD
Black with #DCDADD
Text Example
Text Example
White with #DCDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDADD; }
p { color: rgb(220,218,221); }
H1.HeaderClassName
{
color: #DCDADD;
}
.AnyTagClassName
{
color: #DCDADD;
}
</style>
background-color css
<style>
a { background-color: #DCDADD; }
a { background-color: rgb(220,218,221); }
div.DivClassName
{
background-color: #DCDADD;
}
.BgClassName
{
background-color: #DCDADD;
}
</style>
border-color css
<style>
span { border-color: #DCDADD; }
span { border-color: rgb(220,218,221); }
td.TdClassName
{
border-color: #DCDADD;
}
.TagClassName
{
border-color: #DCDADD;
}
</style>