Shades of Titan White #DAC7E0
Tints of Titan White #DAC7E0
RGB
CMYK
RGB Variations
Color information
#DAC7E0 (or 0xDAC7E0) is known color: Titan White. HEX triplet: DA, C7 and E0. RGB value is (218,199,224). Sum of RGB (Red+Green+Blue) = 218+199+224=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAC7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7E0 is #25381F. Grayscale: #CFCFCF. Windows color (decimal): -2439200 or 14731226. OLE color: 14731226.
HSL color Cylindrical-coordinate representation of color #DAC7E0: hue angle of 285.6º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC7E0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 199 | 224 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.12 |
| HSL | 285.6º | 0.29% | 0.83% | - |
| HSV(B) | 285.6º | 0.11% | 0.88% | - |
| XYZ | 62.79 | 61.13 | 79.01 | - |
| YUV | 207.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 224 | 0.03 | 0.11 | 0 | 0.12 | 285.6 | 0.29 | 0.83 |
| Hex | DA | C7 | E0 | 3 | B | 0 | C | 11E | 1D | 53 |
| Octal | 332 | 307 | 340 | 3 | 13 | 0 | 14 | 436 | 35 | 123 |
| Binary | 11011010 | 11000111 | 11100000 | 11 | 1011 | 0 | 1100 | 100011110 | 11101 | 1010011 |
Color Harmonies of #DAC7E0
Complementary color
Monochromatic Colors of #DAC7E0
Black with #DAC7E0
Text Example
Text Example
White with #DAC7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7E0; }
p { color: rgb(218,199,224); }
H1.HeaderClassName
{
color: #DAC7E0;
}
.AnyTagClassName
{
color: #DAC7E0;
}
</style>
background-color css
<style>
a { background-color: #DAC7E0; }
a { background-color: rgb(218,199,224); }
div.DivClassName
{
background-color: #DAC7E0;
}
.BgClassName
{
background-color: #DAC7E0;
}
</style>
border-color css
<style>
span { border-color: #DAC7E0; }
span { border-color: rgb(218,199,224); }
td.TdClassName
{
border-color: #DAC7E0;
}
.TagClassName
{
border-color: #DAC7E0;
}
</style>