Shades of Titan White #DCD5E0
Tints of Titan White #DCD5E0
RGB
CMYK
RGB Variations
Color information
#DCD5E0 (or 0xDCD5E0) is known color: Titan White. HEX triplet: DC, D5 and E0. RGB value is (220,213,224). Sum of RGB (Red+Green+Blue) = 220+213+224=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCD5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5E0 is #232A1F. Grayscale: #D8D8D8. Windows color (decimal): -2304544 or 14734812. OLE color: 14734812.
HSL color Cylindrical-coordinate representation of color #DCD5E0: hue angle of 278.18º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCD5E0 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 220 | 213 | 224 | - |
CMYK | 0.02 | 0.05 | 0 | 0.12 |
HSL | 278.18º | 0.15% | 0.86% | - |
HSV(B) | 278.18º | 0.05% | 0.88% | - |
XYZ | 66.76 | 68.19 | 80.16 | - |
YUV | 216.35 | 132.32 | 130.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 213 | 224 | 0.02 | 0.05 | 0 | 0.12 | 278.18 | 0.15 | 0.86 |
Hex | DC | D5 | E0 | 2 | 5 | 0 | C | 116 | F | 56 |
Octal | 334 | 325 | 340 | 2 | 5 | 0 | 14 | 426 | 17 | 126 |
Binary | 11011100 | 11010101 | 11100000 | 10 | 101 | 0 | 1100 | 100010110 | 1111 | 1010110 |
Color Harmonies of #DCD5E0
Complementary color
Monochromatic Colors of #DCD5E0
Black with #DCD5E0
Text Example
Text Example
White with #DCD5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5E0; }
p { color: rgb(220,213,224); }
H1.HeaderClassName
{
color: #DCD5E0;
}
.AnyTagClassName
{
color: #DCD5E0;
}
</style>
background-color css
<style>
a { background-color: #DCD5E0; }
a { background-color: rgb(220,213,224); }
div.DivClassName
{
background-color: #DCD5E0;
}
.BgClassName
{
background-color: #DCD5E0;
}
</style>
border-color css
<style>
span { border-color: #DCD5E0; }
span { border-color: rgb(220,213,224); }
td.TdClassName
{
border-color: #DCD5E0;
}
.TagClassName
{
border-color: #DCD5E0;
}
</style>