Shades of Titan White #DCD5E4
Tints of Titan White #DCD5E4
RGB
CMYK
RGB Variations
Color information
#DCD5E4 (or 0xDCD5E4) is known color: Titan White. HEX triplet: DC, D5 and E4. RGB value is (220,213,228). Sum of RGB (Red+Green+Blue) = 220+213+228=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCD5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5E4 is #232A1B. Grayscale: #D8D8D8. Windows color (decimal): -2304540 or 14996956. OLE color: 14996956.
HSL color Cylindrical-coordinate representation of color #DCD5E4: hue angle of 268º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCD5E4 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 213 | 228 | - |
CMYK | 0.04 | 0.07 | 0 | 0.11 |
HSL | 268º | 0.22% | 0.86% | - |
HSV(B) | 268º | 0.07% | 0.89% | - |
XYZ | 67.31 | 68.41 | 83.05 | - |
YUV | 216.8 | 134.32 | 130.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 213 | 228 | 0.04 | 0.07 | 0 | 0.11 | 268 | 0.22 | 0.86 |
Hex | DC | D5 | E4 | 4 | 7 | 0 | B | 10C | 16 | 56 |
Octal | 334 | 325 | 344 | 4 | 7 | 0 | 13 | 414 | 26 | 126 |
Binary | 11011100 | 11010101 | 11100100 | 100 | 111 | 0 | 1011 | 100001100 | 10110 | 1010110 |
Color Harmonies of #DCD5E4
Complementary color
Monochromatic Colors of #DCD5E4
Black with #DCD5E4
Text Example
Text Example
White with #DCD5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5E4; }
p { color: rgb(220,213,228); }
H1.HeaderClassName
{
color: #DCD5E4;
}
.AnyTagClassName
{
color: #DCD5E4;
}
</style>
background-color css
<style>
a { background-color: #DCD5E4; }
a { background-color: rgb(220,213,228); }
div.DivClassName
{
background-color: #DCD5E4;
}
.BgClassName
{
background-color: #DCD5E4;
}
</style>
border-color css
<style>
span { border-color: #DCD5E4; }
span { border-color: rgb(220,213,228); }
td.TdClassName
{
border-color: #DCD5E4;
}
.TagClassName
{
border-color: #DCD5E4;
}
</style>