Shades of Titan White #DCCAE3
Tints of Titan White #DCCAE3
RGB
CMYK
RGB Variations
Color information
#DCCAE3 (or 0xDCCAE3) is known color: Titan White. HEX triplet: DC, CA and E3. RGB value is (220,202,227). Sum of RGB (Red+Green+Blue) = 220+202+227=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAE3 is #23351C. Grayscale: #D2D2D2. Windows color (decimal): -2307357 or 14928604. OLE color: 14928604.
HSL color Cylindrical-coordinate representation of color #DCCAE3: hue angle of 283.2º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCCAE3 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 202 | 227 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.11 |
| HSL | 283.2º | 0.31% | 0.84% | - |
| HSV(B) | 283.2º | 0.11% | 0.89% | - |
| XYZ | 64.5 | 63 | 81.43 | - |
| YUV | 210.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 227 | 0.03 | 0.11 | 0 | 0.11 | 283.2 | 0.31 | 0.84 |
| Hex | DC | CA | E3 | 3 | B | 0 | B | 11B | 1F | 54 |
| Octal | 334 | 312 | 343 | 3 | 13 | 0 | 13 | 433 | 37 | 124 |
| Binary | 11011100 | 11001010 | 11100011 | 11 | 1011 | 0 | 1011 | 100011011 | 11111 | 1010100 |
Color Harmonies of #DCCAE3
Complementary color
Monochromatic Colors of #DCCAE3
Black with #DCCAE3
Text Example
Text Example
White with #DCCAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAE3; }
p { color: rgb(220,202,227); }
H1.HeaderClassName
{
color: #DCCAE3;
}
.AnyTagClassName
{
color: #DCCAE3;
}
</style>
background-color css
<style>
a { background-color: #DCCAE3; }
a { background-color: rgb(220,202,227); }
div.DivClassName
{
background-color: #DCCAE3;
}
.BgClassName
{
background-color: #DCCAE3;
}
</style>
border-color css
<style>
span { border-color: #DCCAE3; }
span { border-color: rgb(220,202,227); }
td.TdClassName
{
border-color: #DCCAE3;
}
.TagClassName
{
border-color: #DCCAE3;
}
</style>