Shades of Titan White #DAC9E3
Tints of Titan White #DAC9E3
RGB
CMYK
RGB Variations
Color information
#DAC9E3 (or 0xDAC9E3) is known color: Titan White. HEX triplet: DA, C9 and E3. RGB value is (218,201,227). Sum of RGB (Red+Green+Blue) = 218+201+227=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAC9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9E3 is #25361C. Grayscale: #D0D0D0. Windows color (decimal): -2438685 or 14928346. OLE color: 14928346.
HSL color Cylindrical-coordinate representation of color #DAC9E3: hue angle of 279.23º degrees, saturation: 0.32, 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 #DAC9E3 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 201 | 227 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.11 |
| HSL | 279.23º | 0.32% | 0.84% | - |
| HSV(B) | 279.23º | 0.11% | 0.89% | - |
| XYZ | 63.67 | 62.22 | 81.33 | - |
| YUV | 209.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 227 | 0.04 | 0.11 | 0 | 0.11 | 279.23 | 0.32 | 0.84 |
| Hex | DA | C9 | E3 | 4 | B | 0 | B | 117 | 20 | 54 |
| Octal | 332 | 311 | 343 | 4 | 13 | 0 | 13 | 427 | 40 | 124 |
| Binary | 11011010 | 11001001 | 11100011 | 100 | 1011 | 0 | 1011 | 100010111 | 100000 | 1010100 |
Color Harmonies of #DAC9E3
Complementary color
Monochromatic Colors of #DAC9E3
Black with #DAC9E3
Text Example
Text Example
White with #DAC9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9E3; }
p { color: rgb(218,201,227); }
H1.HeaderClassName
{
color: #DAC9E3;
}
.AnyTagClassName
{
color: #DAC9E3;
}
</style>
background-color css
<style>
a { background-color: #DAC9E3; }
a { background-color: rgb(218,201,227); }
div.DivClassName
{
background-color: #DAC9E3;
}
.BgClassName
{
background-color: #DAC9E3;
}
</style>
border-color css
<style>
span { border-color: #DAC9E3; }
span { border-color: rgb(218,201,227); }
td.TdClassName
{
border-color: #DAC9E3;
}
.TagClassName
{
border-color: #DAC9E3;
}
</style>