Shades of Titan White #DAC7E2
Tints of Titan White #DAC7E2
RGB
CMYK
RGB Variations
Color information
#DAC7E2 (or 0xDAC7E2) is known color: Titan White. HEX triplet: DA, C7 and E2. RGB value is (218,199,226). Sum of RGB (Red+Green+Blue) = 218+199+226=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAC7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7E2 is #25381D. Grayscale: #CFCFCF. Windows color (decimal): -2439198 or 14862298. OLE color: 14862298.
HSL color Cylindrical-coordinate representation of color #DAC7E2: hue angle of 282.22º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC7E2 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 199 | 226 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.11 |
| HSL | 282.22º | 0.32% | 0.83% | - |
| HSV(B) | 282.22º | 0.12% | 0.89% | - |
| XYZ | 63.06 | 61.24 | 80.45 | - |
| YUV | 207.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 226 | 0.04 | 0.12 | 0 | 0.11 | 282.22 | 0.32 | 0.83 |
| Hex | DA | C7 | E2 | 4 | C | 0 | B | 11A | 20 | 53 |
| Octal | 332 | 307 | 342 | 4 | 14 | 0 | 13 | 432 | 40 | 123 |
| Binary | 11011010 | 11000111 | 11100010 | 100 | 1100 | 0 | 1011 | 100011010 | 100000 | 1010011 |
Color Harmonies of #DAC7E2
Complementary color
Monochromatic Colors of #DAC7E2
Black with #DAC7E2
Text Example
Text Example
White with #DAC7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7E2; }
p { color: rgb(218,199,226); }
H1.HeaderClassName
{
color: #DAC7E2;
}
.AnyTagClassName
{
color: #DAC7E2;
}
</style>
background-color css
<style>
a { background-color: #DAC7E2; }
a { background-color: rgb(218,199,226); }
div.DivClassName
{
background-color: #DAC7E2;
}
.BgClassName
{
background-color: #DAC7E2;
}
</style>
border-color css
<style>
span { border-color: #DAC7E2; }
span { border-color: rgb(218,199,226); }
td.TdClassName
{
border-color: #DAC7E2;
}
.TagClassName
{
border-color: #DAC7E2;
}
</style>