Shades of Titan White #DAC0E6
Tints of Titan White #DAC0E6
RGB
CMYK
RGB Variations
Color information
#DAC0E6 (or 0xDAC0E6) is known color: Titan White. HEX triplet: DA, C0 and E6. RGB value is (218,192,230). Sum of RGB (Red+Green+Blue) = 218+192+230=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAC0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC0E6 is #253F19. Grayscale: #CBCBCB. Windows color (decimal): -2440986 or 15122650. OLE color: 15122650.
HSL color Cylindrical-coordinate representation of color #DAC0E6: hue angle of 281.05º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAC0E6 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 192 | 230 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.10 |
| HSL | 281.05º | 0.43% | 0.83% | - |
| HSV(B) | 281.05º | 0.17% | 0.9% | - |
| XYZ | 62.05 | 58.32 | 82.85 | - |
| YUV | 204.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 230 | 0.05 | 0.17 | 0 | 0.10 | 281.05 | 0.43 | 0.83 |
| Hex | DA | C0 | E6 | 5 | 11 | 0 | A | 119 | 2B | 53 |
| Octal | 332 | 300 | 346 | 5 | 21 | 0 | 12 | 431 | 53 | 123 |
| Binary | 11011010 | 11000000 | 11100110 | 101 | 10001 | 0 | 1010 | 100011001 | 101011 | 1010011 |
Color Harmonies of #DAC0E6
Complementary color
Monochromatic Colors of #DAC0E6
Black with #DAC0E6
Text Example
Text Example
White with #DAC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0E6; }
p { color: rgb(218,192,230); }
H1.HeaderClassName
{
color: #DAC0E6;
}
.AnyTagClassName
{
color: #DAC0E6;
}
</style>
background-color css
<style>
a { background-color: #DAC0E6; }
a { background-color: rgb(218,192,230); }
div.DivClassName
{
background-color: #DAC0E6;
}
.BgClassName
{
background-color: #DAC0E6;
}
</style>
border-color css
<style>
span { border-color: #DAC0E6; }
span { border-color: rgb(218,192,230); }
td.TdClassName
{
border-color: #DAC0E6;
}
.TagClassName
{
border-color: #DAC0E6;
}
</style>