Shades of Titan White #DCCDE8
Tints of Titan White #DCCDE8
RGB
CMYK
RGB Variations
Color information
#DCCDE8 (or 0xDCCDE8) is known color: Titan White. HEX triplet: DC, CD and E8. RGB value is (220,205,232). Sum of RGB (Red+Green+Blue) = 220+205+232=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCCDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDE8 is #233217. Grayscale: #D4D4D4. Windows color (decimal): -2306584 or 15257052. OLE color: 15257052.
HSL color Cylindrical-coordinate representation of color #DCCDE8: hue angle of 273.33º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCCDE8 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 205 | 232 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.09 |
| HSL | 273.33º | 0.37% | 0.86% | - |
| HSV(B) | 273.33º | 0.12% | 0.91% | - |
| XYZ | 65.91 | 64.7 | 85.36 | - |
| YUV | 212.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 232 | 0.05 | 0.12 | 0 | 0.09 | 273.33 | 0.37 | 0.86 |
| Hex | DC | CD | E8 | 5 | C | 0 | 9 | 111 | 25 | 56 |
| Octal | 334 | 315 | 350 | 5 | 14 | 0 | 11 | 421 | 45 | 126 |
| Binary | 11011100 | 11001101 | 11101000 | 101 | 1100 | 0 | 1001 | 100010001 | 100101 | 1010110 |
Color Harmonies of #DCCDE8
Complementary color
Monochromatic Colors of #DCCDE8
Black with #DCCDE8
Text Example
Text Example
White with #DCCDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDE8; }
p { color: rgb(220,205,232); }
H1.HeaderClassName
{
color: #DCCDE8;
}
.AnyTagClassName
{
color: #DCCDE8;
}
</style>
background-color css
<style>
a { background-color: #DCCDE8; }
a { background-color: rgb(220,205,232); }
div.DivClassName
{
background-color: #DCCDE8;
}
.BgClassName
{
background-color: #DCCDE8;
}
</style>
border-color css
<style>
span { border-color: #DCCDE8; }
span { border-color: rgb(220,205,232); }
td.TdClassName
{
border-color: #DCCDE8;
}
.TagClassName
{
border-color: #DCCDE8;
}
</style>