Shades of Titan White #DAC2E4
Tints of Titan White #DAC2E4
RGB
CMYK
RGB Variations
Color information
#DAC2E4 (or 0xDAC2E4) is known color: Titan White. HEX triplet: DA, C2 and E4. RGB value is (218,194,228). Sum of RGB (Red+Green+Blue) = 218+194+228=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAC2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2E4 is #253D1B. Grayscale: #CCCCCC. Windows color (decimal): -2440476 or 14992090. OLE color: 14992090.
HSL color Cylindrical-coordinate representation of color #DAC2E4: hue angle of 282.35º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAC2E4 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 194 | 228 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.11 |
| HSL | 282.35º | 0.39% | 0.83% | - |
| HSV(B) | 282.35º | 0.15% | 0.89% | - |
| XYZ | 62.21 | 59.09 | 81.53 | - |
| YUV | 205.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 228 | 0.04 | 0.15 | 0 | 0.11 | 282.35 | 0.39 | 0.83 |
| Hex | DA | C2 | E4 | 4 | F | 0 | B | 11A | 27 | 53 |
| Octal | 332 | 302 | 344 | 4 | 17 | 0 | 13 | 432 | 47 | 123 |
| Binary | 11011010 | 11000010 | 11100100 | 100 | 1111 | 0 | 1011 | 100011010 | 100111 | 1010011 |
Color Harmonies of #DAC2E4
Complementary color
Monochromatic Colors of #DAC2E4
Black with #DAC2E4
Text Example
Text Example
White with #DAC2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2E4; }
p { color: rgb(218,194,228); }
H1.HeaderClassName
{
color: #DAC2E4;
}
.AnyTagClassName
{
color: #DAC2E4;
}
</style>
background-color css
<style>
a { background-color: #DAC2E4; }
a { background-color: rgb(218,194,228); }
div.DivClassName
{
background-color: #DAC2E4;
}
.BgClassName
{
background-color: #DAC2E4;
}
</style>
border-color css
<style>
span { border-color: #DAC2E4; }
span { border-color: rgb(218,194,228); }
td.TdClassName
{
border-color: #DAC2E4;
}
.TagClassName
{
border-color: #DAC2E4;
}
</style>