Shades of Titan White #DCCAE6
Tints of Titan White #DCCAE6
RGB
CMYK
RGB Variations
Color information
#DCCAE6 (or 0xDCCAE6) is known color: Titan White. HEX triplet: DC, CA and E6. RGB value is (220,202,230). Sum of RGB (Red+Green+Blue) = 220+202+230=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCCAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAE6 is #233519. Grayscale: #D2D2D2. Windows color (decimal): -2307354 or 15125212. OLE color: 15125212.
HSL color Cylindrical-coordinate representation of color #DCCAE6: hue angle of 278.57º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCCAE6 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 202 | 230 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.10 |
| HSL | 278.57º | 0.36% | 0.85% | - |
| HSV(B) | 278.57º | 0.12% | 0.9% | - |
| XYZ | 64.92 | 63.17 | 83.63 | - |
| YUV | 210.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 230 | 0.04 | 0.12 | 0 | 0.10 | 278.57 | 0.36 | 0.85 |
| Hex | DC | CA | E6 | 4 | C | 0 | A | 117 | 24 | 55 |
| Octal | 334 | 312 | 346 | 4 | 14 | 0 | 12 | 427 | 44 | 125 |
| Binary | 11011100 | 11001010 | 11100110 | 100 | 1100 | 0 | 1010 | 100010111 | 100100 | 1010101 |
Color Harmonies of #DCCAE6
Complementary color
Monochromatic Colors of #DCCAE6
Black with #DCCAE6
Text Example
Text Example
White with #DCCAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAE6; }
p { color: rgb(220,202,230); }
H1.HeaderClassName
{
color: #DCCAE6;
}
.AnyTagClassName
{
color: #DCCAE6;
}
</style>
background-color css
<style>
a { background-color: #DCCAE6; }
a { background-color: rgb(220,202,230); }
div.DivClassName
{
background-color: #DCCAE6;
}
.BgClassName
{
background-color: #DCCAE6;
}
</style>
border-color css
<style>
span { border-color: #DCCAE6; }
span { border-color: rgb(220,202,230); }
td.TdClassName
{
border-color: #DCCAE6;
}
.TagClassName
{
border-color: #DCCAE6;
}
</style>