Shades of Titan White #DCC8E3
Tints of Titan White #DCC8E3
RGB
CMYK
RGB Variations
Color information
#DCC8E3 (or 0xDCC8E3) is known color: Titan White. HEX triplet: DC, C8 and E3. RGB value is (220,200,227). Sum of RGB (Red+Green+Blue) = 220+200+227=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCC8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8E3 is #23371C. Grayscale: #D0D0D0. Windows color (decimal): -2307869 or 14928092. OLE color: 14928092.
HSL color Cylindrical-coordinate representation of color #DCC8E3: hue angle of 284.44º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC8E3 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 200 | 227 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.11 |
| HSL | 284.44º | 0.33% | 0.84% | - |
| HSV(B) | 284.44º | 0.12% | 0.89% | - |
| XYZ | 64.03 | 62.07 | 81.28 | - |
| YUV | 209.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 227 | 0.03 | 0.12 | 0 | 0.11 | 284.44 | 0.33 | 0.84 |
| Hex | DC | C8 | E3 | 3 | C | 0 | B | 11C | 21 | 54 |
| Octal | 334 | 310 | 343 | 3 | 14 | 0 | 13 | 434 | 41 | 124 |
| Binary | 11011100 | 11001000 | 11100011 | 11 | 1100 | 0 | 1011 | 100011100 | 100001 | 1010100 |
Color Harmonies of #DCC8E3
Complementary color
Monochromatic Colors of #DCC8E3
Black with #DCC8E3
Text Example
Text Example
White with #DCC8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8E3; }
p { color: rgb(220,200,227); }
H1.HeaderClassName
{
color: #DCC8E3;
}
.AnyTagClassName
{
color: #DCC8E3;
}
</style>
background-color css
<style>
a { background-color: #DCC8E3; }
a { background-color: rgb(220,200,227); }
div.DivClassName
{
background-color: #DCC8E3;
}
.BgClassName
{
background-color: #DCC8E3;
}
</style>
border-color css
<style>
span { border-color: #DCC8E3; }
span { border-color: rgb(220,200,227); }
td.TdClassName
{
border-color: #DCC8E3;
}
.TagClassName
{
border-color: #DCC8E3;
}
</style>