Shades of Titan White #DCD0E6
Tints of Titan White #DCD0E6
RGB
CMYK
RGB Variations
Color information
#DCD0E6 (or 0xDCD0E6) is known color: Titan White. HEX triplet: DC, D0 and E6. RGB value is (220,208,230). Sum of RGB (Red+Green+Blue) = 220+208+230=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD0E6 is #232F19. Grayscale: #D6D6D6. Windows color (decimal): -2305818 or 15126748. OLE color: 15126748.
HSL color Cylindrical-coordinate representation of color #DCD0E6: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD0E6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 208 | 230 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.10 |
| HSL | 272.73º | 0.31% | 0.86% | - |
| HSV(B) | 272.73º | 0.1% | 0.9% | - |
| XYZ | 66.35 | 66.04 | 84.11 | - |
| YUV | 214.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 230 | 0.04 | 0.10 | 0 | 0.10 | 272.73 | 0.31 | 0.86 |
| Hex | DC | D0 | E6 | 4 | A | 0 | A | 111 | 1F | 56 |
| Octal | 334 | 320 | 346 | 4 | 12 | 0 | 12 | 421 | 37 | 126 |
| Binary | 11011100 | 11010000 | 11100110 | 100 | 1010 | 0 | 1010 | 100010001 | 11111 | 1010110 |
Color Harmonies of #DCD0E6
Complementary color
Monochromatic Colors of #DCD0E6
Black with #DCD0E6
Text Example
Text Example
White with #DCD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0E6; }
p { color: rgb(220,208,230); }
H1.HeaderClassName
{
color: #DCD0E6;
}
.AnyTagClassName
{
color: #DCD0E6;
}
</style>
background-color css
<style>
a { background-color: #DCD0E6; }
a { background-color: rgb(220,208,230); }
div.DivClassName
{
background-color: #DCD0E6;
}
.BgClassName
{
background-color: #DCD0E6;
}
</style>
border-color css
<style>
span { border-color: #DCD0E6; }
span { border-color: rgb(220,208,230); }
td.TdClassName
{
border-color: #DCD0E6;
}
.TagClassName
{
border-color: #DCD0E6;
}
</style>