Shades of Titan White #DAC9E5
Tints of Titan White #DAC9E5
RGB
CMYK
RGB Variations
Color information
#DAC9E5 (or 0xDAC9E5) is known color: Titan White. HEX triplet: DA, C9 and E5. RGB value is (218,201,229). Sum of RGB (Red+Green+Blue) = 218+201+229=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9E5 is #25361A. Grayscale: #D1D1D1. Windows color (decimal): -2438683 or 15059418. OLE color: 15059418.
HSL color Cylindrical-coordinate representation of color #DAC9E5: hue angle of 276.43º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC9E5 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 201 | 229 | - |
CMYK | 0.05 | 0.12 | 0 | 0.10 |
HSL | 276.43º | 0.35% | 0.84% | - |
HSV(B) | 276.43º | 0.12% | 0.9% | - |
XYZ | 63.94 | 62.34 | 82.79 | - |
YUV | 209.28 | 139.13 | 134.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 201 | 229 | 0.05 | 0.12 | 0 | 0.10 | 276.43 | 0.35 | 0.84 |
Hex | DA | C9 | E5 | 5 | C | 0 | A | 114 | 23 | 54 |
Octal | 332 | 311 | 345 | 5 | 14 | 0 | 12 | 424 | 43 | 124 |
Binary | 11011010 | 11001001 | 11100101 | 101 | 1100 | 0 | 1010 | 100010100 | 100011 | 1010100 |
Color Harmonies of #DAC9E5
Complementary color
Monochromatic Colors of #DAC9E5
Black with #DAC9E5
Text Example
Text Example
White with #DAC9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9E5; }
p { color: rgb(218,201,229); }
H1.HeaderClassName
{
color: #DAC9E5;
}
.AnyTagClassName
{
color: #DAC9E5;
}
</style>
background-color css
<style>
a { background-color: #DAC9E5; }
a { background-color: rgb(218,201,229); }
div.DivClassName
{
background-color: #DAC9E5;
}
.BgClassName
{
background-color: #DAC9E5;
}
</style>
border-color css
<style>
span { border-color: #DAC9E5; }
span { border-color: rgb(218,201,229); }
td.TdClassName
{
border-color: #DAC9E5;
}
.TagClassName
{
border-color: #DAC9E5;
}
</style>