Shades of Titan White #DAC8E6
Tints of Titan White #DAC8E6
RGB
CMYK
RGB Variations
Color information
#DAC8E6 (or 0xDAC8E6) is known color: Titan White. HEX triplet: DA, C8 and E6. RGB value is (218,200,230). Sum of RGB (Red+Green+Blue) = 218+200+230=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC8E6 is #253719. Grayscale: #D0D0D0. Windows color (decimal): -2438938 or 15124698. OLE color: 15124698.
HSL color Cylindrical-coordinate representation of color #DAC8E6: hue angle of 276º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC8E6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 200 | 230 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.10 |
| HSL | 276º | 0.38% | 0.84% | - |
| HSV(B) | 276º | 0.13% | 0.9% | - |
| XYZ | 63.85 | 61.93 | 83.45 | - |
| YUV | 208.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 230 | 0.05 | 0.13 | 0 | 0.10 | 276 | 0.38 | 0.84 |
| Hex | DA | C8 | E6 | 5 | D | 0 | A | 114 | 26 | 54 |
| Octal | 332 | 310 | 346 | 5 | 15 | 0 | 12 | 424 | 46 | 124 |
| Binary | 11011010 | 11001000 | 11100110 | 101 | 1101 | 0 | 1010 | 100010100 | 100110 | 1010100 |
Color Harmonies of #DAC8E6
Complementary color
Monochromatic Colors of #DAC8E6
Black with #DAC8E6
Text Example
Text Example
White with #DAC8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8E6; }
p { color: rgb(218,200,230); }
H1.HeaderClassName
{
color: #DAC8E6;
}
.AnyTagClassName
{
color: #DAC8E6;
}
</style>
background-color css
<style>
a { background-color: #DAC8E6; }
a { background-color: rgb(218,200,230); }
div.DivClassName
{
background-color: #DAC8E6;
}
.BgClassName
{
background-color: #DAC8E6;
}
</style>
border-color css
<style>
span { border-color: #DAC8E6; }
span { border-color: rgb(218,200,230); }
td.TdClassName
{
border-color: #DAC8E6;
}
.TagClassName
{
border-color: #DAC8E6;
}
</style>