Shades of Titan White #DAC8DF
Tints of Titan White #DAC8DF
RGB
CMYK
RGB Variations
Color information
#DAC8DF (or 0xDAC8DF) is known color: Titan White. HEX triplet: DA, C8 and DF. RGB value is (218,200,223). Sum of RGB (Red+Green+Blue) = 218+200+223=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8DF is #253720. Grayscale: #CFCFCF. Windows color (decimal): -2438945 or 14665946. OLE color: 14665946.
HSL color Cylindrical-coordinate representation of color #DAC8DF: hue angle of 286.96º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC8DF is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 200 | 223 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.13 |
| HSL | 286.96º | 0.26% | 0.83% | - |
| HSV(B) | 286.96º | 0.1% | 0.87% | - |
| XYZ | 62.89 | 61.54 | 78.38 | - |
| YUV | 208 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 223 | 0.02 | 0.10 | 0 | 0.13 | 286.96 | 0.26 | 0.83 |
| Hex | DA | C8 | DF | 2 | A | 0 | D | 11F | 1A | 53 |
| Octal | 332 | 310 | 337 | 2 | 12 | 0 | 15 | 437 | 32 | 123 |
| Binary | 11011010 | 11001000 | 11011111 | 10 | 1010 | 0 | 1101 | 100011111 | 11010 | 1010011 |
Color Harmonies of #DAC8DF
Complementary color
Monochromatic Colors of #DAC8DF
Black with #DAC8DF
Text Example
Text Example
White with #DAC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8DF; }
p { color: rgb(218,200,223); }
H1.HeaderClassName
{
color: #DAC8DF;
}
.AnyTagClassName
{
color: #DAC8DF;
}
</style>
background-color css
<style>
a { background-color: #DAC8DF; }
a { background-color: rgb(218,200,223); }
div.DivClassName
{
background-color: #DAC8DF;
}
.BgClassName
{
background-color: #DAC8DF;
}
</style>
border-color css
<style>
span { border-color: #DAC8DF; }
span { border-color: rgb(218,200,223); }
td.TdClassName
{
border-color: #DAC8DF;
}
.TagClassName
{
border-color: #DAC8DF;
}
</style>