Shades of Titan White #DAC9E4
Tints of Titan White #DAC9E4
RGB
CMYK
RGB Variations
Color information
#DAC9E4 (or 0xDAC9E4) is known color: Titan White. HEX triplet: DA, C9 and E4. RGB value is (218,201,228). Sum of RGB (Red+Green+Blue) = 218+201+228=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAC9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9E4 is #25361B. Grayscale: #D1D1D1. Windows color (decimal): -2438684 or 14993882. OLE color: 14993882.
HSL color Cylindrical-coordinate representation of color #DAC9E4: hue angle of 277.78º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC9E4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 201 | 228 | - |
CMYK | 0.04 | 0.12 | 0 | 0.11 |
HSL | 277.78º | 0.33% | 0.84% | - |
HSV(B) | 277.78º | 0.12% | 0.89% | - |
XYZ | 63.8 | 62.28 | 82.06 | - |
YUV | 209.16 | 138.63 | 134.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 201 | 228 | 0.04 | 0.12 | 0 | 0.11 | 277.78 | 0.33 | 0.84 |
Hex | DA | C9 | E4 | 4 | C | 0 | B | 116 | 21 | 54 |
Octal | 332 | 311 | 344 | 4 | 14 | 0 | 13 | 426 | 41 | 124 |
Binary | 11011010 | 11001001 | 11100100 | 100 | 1100 | 0 | 1011 | 100010110 | 100001 | 1010100 |
Color Harmonies of #DAC9E4
Complementary color
Monochromatic Colors of #DAC9E4
Black with #DAC9E4
Text Example
Text Example
White with #DAC9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9E4; }
p { color: rgb(218,201,228); }
H1.HeaderClassName
{
color: #DAC9E4;
}
.AnyTagClassName
{
color: #DAC9E4;
}
</style>
background-color css
<style>
a { background-color: #DAC9E4; }
a { background-color: rgb(218,201,228); }
div.DivClassName
{
background-color: #DAC9E4;
}
.BgClassName
{
background-color: #DAC9E4;
}
</style>
border-color css
<style>
span { border-color: #DAC9E4; }
span { border-color: rgb(218,201,228); }
td.TdClassName
{
border-color: #DAC9E4;
}
.TagClassName
{
border-color: #DAC9E4;
}
</style>