Shades of Titan White #DAC4E3
Tints of Titan White #DAC4E3
RGB
CMYK
RGB Variations
Color information
#DAC4E3 (or 0xDAC4E3) is known color: Titan White. HEX triplet: DA, C4 and E3. RGB value is (218,196,227). Sum of RGB (Red+Green+Blue) = 218+196+227=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAC4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4E3 is #253B1C. Grayscale: #CECECE. Windows color (decimal): -2439965 or 14927066. OLE color: 14927066.
HSL color Cylindrical-coordinate representation of color #DAC4E3: hue angle of 282.58º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC4E3 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 196 | 227 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.11 |
| HSL | 282.58º | 0.36% | 0.83% | - |
| HSV(B) | 282.58º | 0.14% | 0.89% | - |
| XYZ | 62.52 | 59.93 | 80.95 | - |
| YUV | 206.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 227 | 0.04 | 0.14 | 0 | 0.11 | 282.58 | 0.36 | 0.83 |
| Hex | DA | C4 | E3 | 4 | E | 0 | B | 11B | 24 | 53 |
| Octal | 332 | 304 | 343 | 4 | 16 | 0 | 13 | 433 | 44 | 123 |
| Binary | 11011010 | 11000100 | 11100011 | 100 | 1110 | 0 | 1011 | 100011011 | 100100 | 1010011 |
Color Harmonies of #DAC4E3
Complementary color
Monochromatic Colors of #DAC4E3
Black with #DAC4E3
Text Example
Text Example
White with #DAC4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4E3; }
p { color: rgb(218,196,227); }
H1.HeaderClassName
{
color: #DAC4E3;
}
.AnyTagClassName
{
color: #DAC4E3;
}
</style>
background-color css
<style>
a { background-color: #DAC4E3; }
a { background-color: rgb(218,196,227); }
div.DivClassName
{
background-color: #DAC4E3;
}
.BgClassName
{
background-color: #DAC4E3;
}
</style>
border-color css
<style>
span { border-color: #DAC4E3; }
span { border-color: rgb(218,196,227); }
td.TdClassName
{
border-color: #DAC4E3;
}
.TagClassName
{
border-color: #DAC4E3;
}
</style>