Shades of Titan White #DCD6DF
Tints of Titan White #DCD6DF
RGB
CMYK
RGB Variations
Color information
#DCD6DF (or 0xDCD6DF) is known color: Titan White. HEX triplet: DC, D6 and DF. RGB value is (220,214,223). Sum of RGB (Red+Green+Blue) = 220+214+223=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6DF is #232920. Grayscale: #D8D8D8. Windows color (decimal): -2304289 or 14669532. OLE color: 14669532.
HSL color Cylindrical-coordinate representation of color #DCD6DF: hue angle of 280º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCD6DF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 214 | 223 | - |
CMYK | 0.01 | 0.04 | 0 | 0.13 |
HSL | 280º | 0.12% | 0.86% | - |
HSV(B) | 280º | 0.04% | 0.87% | - |
XYZ | 66.88 | 68.64 | 79.54 | - |
YUV | 216.82 | 131.49 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 214 | 223 | 0.01 | 0.04 | 0 | 0.13 | 280 | 0.12 | 0.86 |
Hex | DC | D6 | DF | 1 | 4 | 0 | D | 118 | C | 56 |
Octal | 334 | 326 | 337 | 1 | 4 | 0 | 15 | 430 | 14 | 126 |
Binary | 11011100 | 11010110 | 11011111 | 1 | 100 | 0 | 1101 | 100011000 | 1100 | 1010110 |
Color Harmonies of #DCD6DF
Complementary color
Monochromatic Colors of #DCD6DF
Black with #DCD6DF
Text Example
Text Example
White with #DCD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6DF; }
p { color: rgb(220,214,223); }
H1.HeaderClassName
{
color: #DCD6DF;
}
.AnyTagClassName
{
color: #DCD6DF;
}
</style>
background-color css
<style>
a { background-color: #DCD6DF; }
a { background-color: rgb(220,214,223); }
div.DivClassName
{
background-color: #DCD6DF;
}
.BgClassName
{
background-color: #DCD6DF;
}
</style>
border-color css
<style>
span { border-color: #DCD6DF; }
span { border-color: rgb(220,214,223); }
td.TdClassName
{
border-color: #DCD6DF;
}
.TagClassName
{
border-color: #DCD6DF;
}
</style>