Shades of Titan White #DCD8DE
Tints of Titan White #DCD8DE
RGB
CMYK
RGB Variations
Color information
#DCD8DE (or 0xDCD8DE) is known color: Titan White. HEX triplet: DC, D8 and DE. RGB value is (220,216,222). Sum of RGB (Red+Green+Blue) = 220+216+222=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8DE is #232721. Grayscale: #D9D9D9. Windows color (decimal): -2303778 or 14604508. OLE color: 14604508.
HSL color Cylindrical-coordinate representation of color #DCD8DE: hue angle of 280º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCD8DE is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 216 | 222 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.13 |
| HSL | 280º | 0.08% | 0.86% | - |
| HSV(B) | 280º | 0.03% | 0.87% | - |
| XYZ | 67.26 | 69.6 | 79 | - |
| YUV | 217.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 222 | 0.01 | 0.03 | 0 | 0.13 | 280 | 0.08 | 0.86 |
| Hex | DC | D8 | DE | 1 | 3 | 0 | D | 118 | 8 | 56 |
| Octal | 334 | 330 | 336 | 1 | 3 | 0 | 15 | 430 | 10 | 126 |
| Binary | 11011100 | 11011000 | 11011110 | 1 | 11 | 0 | 1101 | 100011000 | 1000 | 1010110 |
Color Harmonies of #DCD8DE
Complementary color
Monochromatic Colors of #DCD8DE
Black with #DCD8DE
Text Example
Text Example
White with #DCD8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8DE; }
p { color: rgb(220,216,222); }
H1.HeaderClassName
{
color: #DCD8DE;
}
.AnyTagClassName
{
color: #DCD8DE;
}
</style>
background-color css
<style>
a { background-color: #DCD8DE; }
a { background-color: rgb(220,216,222); }
div.DivClassName
{
background-color: #DCD8DE;
}
.BgClassName
{
background-color: #DCD8DE;
}
</style>
border-color css
<style>
span { border-color: #DCD8DE; }
span { border-color: rgb(220,216,222); }
td.TdClassName
{
border-color: #DCD8DE;
}
.TagClassName
{
border-color: #DCD8DE;
}
</style>