Shades of Titan White #DCD0E4
Tints of Titan White #DCD0E4
RGB
CMYK
RGB Variations
Color information
#DCD0E4 (or 0xDCD0E4) is known color: Titan White. HEX triplet: DC, D0 and E4. RGB value is (220,208,228). Sum of RGB (Red+Green+Blue) = 220+208+228=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCD0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0E4 is #232F1B. Grayscale: #D5D5D5. Windows color (decimal): -2305820 or 14995676. OLE color: 14995676.
HSL color Cylindrical-coordinate representation of color #DCD0E4: hue angle of 276º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD0E4 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 208 | 228 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.11 |
| HSL | 276º | 0.27% | 0.85% | - |
| HSV(B) | 276º | 0.09% | 0.89% | - |
| XYZ | 66.07 | 65.93 | 82.64 | - |
| YUV | 213.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 228 | 0.04 | 0.09 | 0 | 0.11 | 276 | 0.27 | 0.85 |
| Hex | DC | D0 | E4 | 4 | 9 | 0 | B | 114 | 1B | 55 |
| Octal | 334 | 320 | 344 | 4 | 11 | 0 | 13 | 424 | 33 | 125 |
| Binary | 11011100 | 11010000 | 11100100 | 100 | 1001 | 0 | 1011 | 100010100 | 11011 | 1010101 |
Color Harmonies of #DCD0E4
Complementary color
Monochromatic Colors of #DCD0E4
Black with #DCD0E4
Text Example
Text Example
White with #DCD0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0E4; }
p { color: rgb(220,208,228); }
H1.HeaderClassName
{
color: #DCD0E4;
}
.AnyTagClassName
{
color: #DCD0E4;
}
</style>
background-color css
<style>
a { background-color: #DCD0E4; }
a { background-color: rgb(220,208,228); }
div.DivClassName
{
background-color: #DCD0E4;
}
.BgClassName
{
background-color: #DCD0E4;
}
</style>
border-color css
<style>
span { border-color: #DCD0E4; }
span { border-color: rgb(220,208,228); }
td.TdClassName
{
border-color: #DCD0E4;
}
.TagClassName
{
border-color: #DCD0E4;
}
</style>