Shades of Titan White #DAC8E4
Tints of Titan White #DAC8E4
RGB
CMYK
RGB Variations
Color information
#DAC8E4 (or 0xDAC8E4) is known color: Titan White. HEX triplet: DA, C8 and E4. RGB value is (218,200,228). Sum of RGB (Red+Green+Blue) = 218+200+228=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAC8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8E4 is #25371B. Grayscale: #D0D0D0. Windows color (decimal): -2438940 or 14993626. OLE color: 14993626.
HSL color Cylindrical-coordinate representation of color #DAC8E4: hue angle of 278.57º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC8E4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 200 | 228 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.11 |
| HSL | 278.57º | 0.34% | 0.84% | - |
| HSV(B) | 278.57º | 0.12% | 0.89% | - |
| XYZ | 63.57 | 61.82 | 81.98 | - |
| YUV | 208.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 228 | 0.04 | 0.12 | 0 | 0.11 | 278.57 | 0.34 | 0.84 |
| Hex | DA | C8 | E4 | 4 | C | 0 | B | 117 | 22 | 54 |
| Octal | 332 | 310 | 344 | 4 | 14 | 0 | 13 | 427 | 42 | 124 |
| Binary | 11011010 | 11001000 | 11100100 | 100 | 1100 | 0 | 1011 | 100010111 | 100010 | 1010100 |
Color Harmonies of #DAC8E4
Complementary color
Monochromatic Colors of #DAC8E4
Black with #DAC8E4
Text Example
Text Example
White with #DAC8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8E4; }
p { color: rgb(218,200,228); }
H1.HeaderClassName
{
color: #DAC8E4;
}
.AnyTagClassName
{
color: #DAC8E4;
}
</style>
background-color css
<style>
a { background-color: #DAC8E4; }
a { background-color: rgb(218,200,228); }
div.DivClassName
{
background-color: #DAC8E4;
}
.BgClassName
{
background-color: #DAC8E4;
}
</style>
border-color css
<style>
span { border-color: #DAC8E4; }
span { border-color: rgb(218,200,228); }
td.TdClassName
{
border-color: #DAC8E4;
}
.TagClassName
{
border-color: #DAC8E4;
}
</style>