Shades of Titan White #DAC2E2
Tints of Titan White #DAC2E2
RGB
CMYK
RGB Variations
Color information
#DAC2E2 (or 0xDAC2E2) is known color: Titan White. HEX triplet: DA, C2 and E2. RGB value is (218,194,226). Sum of RGB (Red+Green+Blue) = 218+194+226=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAC2E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2E2 is #253D1D. Grayscale: #CCCCCC. Windows color (decimal): -2440478 or 14861018. OLE color: 14861018.
HSL color Cylindrical-coordinate representation of color #DAC2E2: hue angle of 285º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC2E2 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 194 | 226 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.11 |
| HSL | 285º | 0.36% | 0.82% | - |
| HSV(B) | 285º | 0.14% | 0.89% | - |
| XYZ | 61.93 | 58.98 | 80.07 | - |
| YUV | 204.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 226 | 0.04 | 0.14 | 0 | 0.11 | 285 | 0.36 | 0.82 |
| Hex | DA | C2 | E2 | 4 | E | 0 | B | 11D | 24 | 52 |
| Octal | 332 | 302 | 342 | 4 | 16 | 0 | 13 | 435 | 44 | 122 |
| Binary | 11011010 | 11000010 | 11100010 | 100 | 1110 | 0 | 1011 | 100011101 | 100100 | 1010010 |
Color Harmonies of #DAC2E2
Complementary color
Monochromatic Colors of #DAC2E2
Black with #DAC2E2
Text Example
Text Example
White with #DAC2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2E2; }
p { color: rgb(218,194,226); }
H1.HeaderClassName
{
color: #DAC2E2;
}
.AnyTagClassName
{
color: #DAC2E2;
}
</style>
background-color css
<style>
a { background-color: #DAC2E2; }
a { background-color: rgb(218,194,226); }
div.DivClassName
{
background-color: #DAC2E2;
}
.BgClassName
{
background-color: #DAC2E2;
}
</style>
border-color css
<style>
span { border-color: #DAC2E2; }
span { border-color: rgb(218,194,226); }
td.TdClassName
{
border-color: #DAC2E2;
}
.TagClassName
{
border-color: #DAC2E2;
}
</style>