Shades of Titan White #DCCAE1
Tints of Titan White #DCCAE1
RGB
CMYK
RGB Variations
Color information
#DCCAE1 (or 0xDCCAE1) is known color: Titan White. HEX triplet: DC, CA and E1. RGB value is (220,202,225). Sum of RGB (Red+Green+Blue) = 220+202+225=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCCAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAE1 is #23351E. Grayscale: #D1D1D1. Windows color (decimal): -2307359 or 14797532. OLE color: 14797532.
HSL color Cylindrical-coordinate representation of color #DCCAE1: hue angle of 286.96º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCCAE1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 202 | 225 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.12 |
| HSL | 286.96º | 0.28% | 0.84% | - |
| HSV(B) | 286.96º | 0.1% | 0.88% | - |
| XYZ | 64.23 | 62.89 | 79.99 | - |
| YUV | 210 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 225 | 0.02 | 0.10 | 0 | 0.12 | 286.96 | 0.28 | 0.84 |
| Hex | DC | CA | E1 | 2 | A | 0 | C | 11F | 1C | 54 |
| Octal | 334 | 312 | 341 | 2 | 12 | 0 | 14 | 437 | 34 | 124 |
| Binary | 11011100 | 11001010 | 11100001 | 10 | 1010 | 0 | 1100 | 100011111 | 11100 | 1010100 |
Color Harmonies of #DCCAE1
Complementary color
Monochromatic Colors of #DCCAE1
Black with #DCCAE1
Text Example
Text Example
White with #DCCAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAE1; }
p { color: rgb(220,202,225); }
H1.HeaderClassName
{
color: #DCCAE1;
}
.AnyTagClassName
{
color: #DCCAE1;
}
</style>
background-color css
<style>
a { background-color: #DCCAE1; }
a { background-color: rgb(220,202,225); }
div.DivClassName
{
background-color: #DCCAE1;
}
.BgClassName
{
background-color: #DCCAE1;
}
</style>
border-color css
<style>
span { border-color: #DCCAE1; }
span { border-color: rgb(220,202,225); }
td.TdClassName
{
border-color: #DCCAE1;
}
.TagClassName
{
border-color: #DCCAE1;
}
</style>