Shades of Titan White #DCC4E6
Tints of Titan White #DCC4E6
RGB
CMYK
RGB Variations
Color information
#DCC4E6 (or 0xDCC4E6) is known color: Titan White. HEX triplet: DC, C4 and E6. RGB value is (220,196,230). Sum of RGB (Red+Green+Blue) = 220+196+230=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 196 (76.95% from 255 or 30.34% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCC4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4E6 is #233B19. Grayscale: #CECECE. Windows color (decimal): -2308890 or 15123676. OLE color: 15123676.
HSL color Cylindrical-coordinate representation of color #DCC4E6: hue angle of 282.35º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCC4E6 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 196 | 230 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.10 |
| HSL | 282.35º | 0.4% | 0.84% | - |
| HSV(B) | 282.35º | 0.15% | 0.9% | - |
| XYZ | 63.54 | 60.41 | 83.17 | - |
| YUV | 207.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 230 | 0.04 | 0.15 | 0 | 0.10 | 282.35 | 0.4 | 0.84 |
| Hex | DC | C4 | E6 | 4 | F | 0 | A | 11A | 28 | 54 |
| Octal | 334 | 304 | 346 | 4 | 17 | 0 | 12 | 432 | 50 | 124 |
| Binary | 11011100 | 11000100 | 11100110 | 100 | 1111 | 0 | 1010 | 100011010 | 101000 | 1010100 |
Color Harmonies of #DCC4E6
Complementary color
Monochromatic Colors of #DCC4E6
Black with #DCC4E6
Text Example
Text Example
White with #DCC4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4E6; }
p { color: rgb(220,196,230); }
H1.HeaderClassName
{
color: #DCC4E6;
}
.AnyTagClassName
{
color: #DCC4E6;
}
</style>
background-color css
<style>
a { background-color: #DCC4E6; }
a { background-color: rgb(220,196,230); }
div.DivClassName
{
background-color: #DCC4E6;
}
.BgClassName
{
background-color: #DCC4E6;
}
</style>
border-color css
<style>
span { border-color: #DCC4E6; }
span { border-color: rgb(220,196,230); }
td.TdClassName
{
border-color: #DCC4E6;
}
.TagClassName
{
border-color: #DCC4E6;
}
</style>