Shades of Titan White #DCCEE6
Tints of Titan White #DCCEE6
RGB
CMYK
RGB Variations
Color information
#DCCEE6 (or 0xDCCEE6) is known color: Titan White. HEX triplet: DC, CE and E6. RGB value is (220,206,230). Sum of RGB (Red+Green+Blue) = 220+206+230=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEE6 is #233119. Grayscale: #D4D4D4. Windows color (decimal): -2306330 or 15126236. OLE color: 15126236.
HSL color Cylindrical-coordinate representation of color #DCCEE6: hue angle of 275º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCCEE6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 206 | 230 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.10 |
| HSL | 275º | 0.32% | 0.85% | - |
| HSV(B) | 275º | 0.1% | 0.9% | - |
| XYZ | 65.87 | 65.07 | 83.95 | - |
| YUV | 212.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 230 | 0.04 | 0.10 | 0 | 0.10 | 275 | 0.32 | 0.85 |
| Hex | DC | CE | E6 | 4 | A | 0 | A | 113 | 20 | 55 |
| Octal | 334 | 316 | 346 | 4 | 12 | 0 | 12 | 423 | 40 | 125 |
| Binary | 11011100 | 11001110 | 11100110 | 100 | 1010 | 0 | 1010 | 100010011 | 100000 | 1010101 |
Color Harmonies of #DCCEE6
Complementary color
Monochromatic Colors of #DCCEE6
Black with #DCCEE6
Text Example
Text Example
White with #DCCEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEE6; }
p { color: rgb(220,206,230); }
H1.HeaderClassName
{
color: #DCCEE6;
}
.AnyTagClassName
{
color: #DCCEE6;
}
</style>
background-color css
<style>
a { background-color: #DCCEE6; }
a { background-color: rgb(220,206,230); }
div.DivClassName
{
background-color: #DCCEE6;
}
.BgClassName
{
background-color: #DCCEE6;
}
</style>
border-color css
<style>
span { border-color: #DCCEE6; }
span { border-color: rgb(220,206,230); }
td.TdClassName
{
border-color: #DCCEE6;
}
.TagClassName
{
border-color: #DCCEE6;
}
</style>