Shades of Titan White #DCD7DF
Tints of Titan White #DCD7DF
RGB
CMYK
RGB Variations
Color information
#DCD7DF (or 0xDCD7DF) is known color: Titan White. HEX triplet: DC, D7 and DF. RGB value is (220,215,223). Sum of RGB (Red+Green+Blue) = 220+215+223=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7DF is #232820. Grayscale: #D9D9D9. Windows color (decimal): -2304033 or 14669788. OLE color: 14669788.
HSL color Cylindrical-coordinate representation of color #DCD7DF: hue angle of 277.5º degrees, saturation: 0.11, 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 #DCD7DF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 215 | 223 | - |
CMYK | 0.01 | 0.04 | 0 | 0.13 |
HSL | 277.5º | 0.11% | 0.86% | - |
HSV(B) | 277.5º | 0.04% | 0.87% | - |
XYZ | 67.13 | 69.14 | 79.62 | - |
YUV | 217.41 | 131.16 | 129.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 215 | 223 | 0.01 | 0.04 | 0 | 0.13 | 277.5 | 0.11 | 0.86 |
Hex | DC | D7 | DF | 1 | 4 | 0 | D | 116 | B | 56 |
Octal | 334 | 327 | 337 | 1 | 4 | 0 | 15 | 426 | 13 | 126 |
Binary | 11011100 | 11010111 | 11011111 | 1 | 100 | 0 | 1101 | 100010110 | 1011 | 1010110 |
Color Harmonies of #DCD7DF
Complementary color
Monochromatic Colors of #DCD7DF
Black with #DCD7DF
Text Example
Text Example
White with #DCD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7DF; }
p { color: rgb(220,215,223); }
H1.HeaderClassName
{
color: #DCD7DF;
}
.AnyTagClassName
{
color: #DCD7DF;
}
</style>
background-color css
<style>
a { background-color: #DCD7DF; }
a { background-color: rgb(220,215,223); }
div.DivClassName
{
background-color: #DCD7DF;
}
.BgClassName
{
background-color: #DCD7DF;
}
</style>
border-color css
<style>
span { border-color: #DCD7DF; }
span { border-color: rgb(220,215,223); }
td.TdClassName
{
border-color: #DCD7DF;
}
.TagClassName
{
border-color: #DCD7DF;
}
</style>