Shades of Titan White #DCCAE5
Tints of Titan White #DCCAE5
RGB
CMYK
RGB Variations
Color information
#DCCAE5 (or 0xDCCAE5) is known color: Titan White. HEX triplet: DC, CA and E5. RGB value is (220,202,229). Sum of RGB (Red+Green+Blue) = 220+202+229=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAE5 is #23351A. Grayscale: #D2D2D2. Windows color (decimal): -2307355 or 15059676. OLE color: 15059676.
HSL color Cylindrical-coordinate representation of color #DCCAE5: hue angle of 280º degrees, saturation: 0.34, 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 #DCCAE5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 202 | 229 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.10 |
| HSL | 280º | 0.34% | 0.85% | - |
| HSV(B) | 280º | 0.12% | 0.9% | - |
| XYZ | 64.78 | 63.11 | 82.9 | - |
| YUV | 210.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 229 | 0.04 | 0.12 | 0 | 0.10 | 280 | 0.34 | 0.85 |
| Hex | DC | CA | E5 | 4 | C | 0 | A | 118 | 22 | 55 |
| Octal | 334 | 312 | 345 | 4 | 14 | 0 | 12 | 430 | 42 | 125 |
| Binary | 11011100 | 11001010 | 11100101 | 100 | 1100 | 0 | 1010 | 100011000 | 100010 | 1010101 |
Color Harmonies of #DCCAE5
Complementary color
Monochromatic Colors of #DCCAE5
Black with #DCCAE5
Text Example
Text Example
White with #DCCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAE5; }
p { color: rgb(220,202,229); }
H1.HeaderClassName
{
color: #DCCAE5;
}
.AnyTagClassName
{
color: #DCCAE5;
}
</style>
background-color css
<style>
a { background-color: #DCCAE5; }
a { background-color: rgb(220,202,229); }
div.DivClassName
{
background-color: #DCCAE5;
}
.BgClassName
{
background-color: #DCCAE5;
}
</style>
border-color css
<style>
span { border-color: #DCCAE5; }
span { border-color: rgb(220,202,229); }
td.TdClassName
{
border-color: #DCCAE5;
}
.TagClassName
{
border-color: #DCCAE5;
}
</style>