Shades of Titan White #DAC1E3
Tints of Titan White #DAC1E3
RGB
CMYK
RGB Variations
Color information
#DAC1E3 (or 0xDAC1E3) is known color: Titan White. HEX triplet: DA, C1 and E3. RGB value is (218,193,227). Sum of RGB (Red+Green+Blue) = 218+193+227=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAC1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1E3 is #253E1C. Grayscale: #CCCCCC. Windows color (decimal): -2440733 or 14926298. OLE color: 14926298.
HSL color Cylindrical-coordinate representation of color #DAC1E3: hue angle of 284.12º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAC1E3 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 193 | 227 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.11 |
| HSL | 284.12º | 0.38% | 0.82% | - |
| HSV(B) | 284.12º | 0.15% | 0.89% | - |
| XYZ | 61.85 | 58.59 | 80.72 | - |
| YUV | 204.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 227 | 0.04 | 0.15 | 0 | 0.11 | 284.12 | 0.38 | 0.82 |
| Hex | DA | C1 | E3 | 4 | F | 0 | B | 11C | 26 | 52 |
| Octal | 332 | 301 | 343 | 4 | 17 | 0 | 13 | 434 | 46 | 122 |
| Binary | 11011010 | 11000001 | 11100011 | 100 | 1111 | 0 | 1011 | 100011100 | 100110 | 1010010 |
Color Harmonies of #DAC1E3
Complementary color
Monochromatic Colors of #DAC1E3
Black with #DAC1E3
Text Example
Text Example
White with #DAC1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1E3; }
p { color: rgb(218,193,227); }
H1.HeaderClassName
{
color: #DAC1E3;
}
.AnyTagClassName
{
color: #DAC1E3;
}
</style>
background-color css
<style>
a { background-color: #DAC1E3; }
a { background-color: rgb(218,193,227); }
div.DivClassName
{
background-color: #DAC1E3;
}
.BgClassName
{
background-color: #DAC1E3;
}
</style>
border-color css
<style>
span { border-color: #DAC1E3; }
span { border-color: rgb(218,193,227); }
td.TdClassName
{
border-color: #DAC1E3;
}
.TagClassName
{
border-color: #DAC1E3;
}
</style>