Shades of Titan White #DCC6E7
Tints of Titan White #DCC6E7
RGB
CMYK
RGB Variations
Color information
#DCC6E7 (or 0xDCC6E7) is known color: Titan White. HEX triplet: DC, C6 and E7. RGB value is (220,198,231). Sum of RGB (Red+Green+Blue) = 220+198+231=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCC6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6E7 is #233918. Grayscale: #D0D0D0. Windows color (decimal): -2308377 or 15189724. OLE color: 15189724.
HSL color Cylindrical-coordinate representation of color #DCC6E7: hue angle of 280º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC6E7 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 198 | 231 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.09 |
| HSL | 280º | 0.41% | 0.84% | - |
| HSV(B) | 280º | 0.14% | 0.91% | - |
| XYZ | 64.13 | 61.37 | 84.07 | - |
| YUV | 208.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 231 | 0.05 | 0.14 | 0 | 0.09 | 280 | 0.41 | 0.84 |
| Hex | DC | C6 | E7 | 5 | E | 0 | 9 | 118 | 29 | 54 |
| Octal | 334 | 306 | 347 | 5 | 16 | 0 | 11 | 430 | 51 | 124 |
| Binary | 11011100 | 11000110 | 11100111 | 101 | 1110 | 0 | 1001 | 100011000 | 101001 | 1010100 |
Color Harmonies of #DCC6E7
Complementary color
Monochromatic Colors of #DCC6E7
Black with #DCC6E7
Text Example
Text Example
White with #DCC6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6E7; }
p { color: rgb(220,198,231); }
H1.HeaderClassName
{
color: #DCC6E7;
}
.AnyTagClassName
{
color: #DCC6E7;
}
</style>
background-color css
<style>
a { background-color: #DCC6E7; }
a { background-color: rgb(220,198,231); }
div.DivClassName
{
background-color: #DCC6E7;
}
.BgClassName
{
background-color: #DCC6E7;
}
</style>
border-color css
<style>
span { border-color: #DCC6E7; }
span { border-color: rgb(220,198,231); }
td.TdClassName
{
border-color: #DCC6E7;
}
.TagClassName
{
border-color: #DCC6E7;
}
</style>