Shades of Titan White #DACEE0
Tints of Titan White #DACEE0
RGB
CMYK
RGB Variations
Color information
#DACEE0 (or 0xDACEE0) is known color: Titan White. HEX triplet: DA, CE and E0. RGB value is (218,206,224). Sum of RGB (Red+Green+Blue) = 218+206+224=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 224 - color contains mainly: blue. Hex color #DACEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEE0 is #25311F. Grayscale: #D3D3D3. Windows color (decimal): -2437408 or 14733018. OLE color: 14733018.
HSL color Cylindrical-coordinate representation of color #DACEE0: hue angle of 280º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACEE0 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 206 | 224 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.12 |
| HSL | 280º | 0.23% | 0.84% | - |
| HSV(B) | 280º | 0.08% | 0.88% | - |
| XYZ | 64.44 | 64.43 | 79.56 | - |
| YUV | 211.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 224 | 0.03 | 0.08 | 0 | 0.12 | 280 | 0.23 | 0.84 |
| Hex | DA | CE | E0 | 3 | 8 | 0 | C | 118 | 16 | 54 |
| Octal | 332 | 316 | 340 | 3 | 10 | 0 | 14 | 430 | 26 | 124 |
| Binary | 11011010 | 11001110 | 11100000 | 11 | 1000 | 0 | 1100 | 100011000 | 10110 | 1010100 |
Color Harmonies of #DACEE0
Complementary color
Monochromatic Colors of #DACEE0
Black with #DACEE0
Text Example
Text Example
White with #DACEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEE0; }
p { color: rgb(218,206,224); }
H1.HeaderClassName
{
color: #DACEE0;
}
.AnyTagClassName
{
color: #DACEE0;
}
</style>
background-color css
<style>
a { background-color: #DACEE0; }
a { background-color: rgb(218,206,224); }
div.DivClassName
{
background-color: #DACEE0;
}
.BgClassName
{
background-color: #DACEE0;
}
</style>
border-color css
<style>
span { border-color: #DACEE0; }
span { border-color: rgb(218,206,224); }
td.TdClassName
{
border-color: #DACEE0;
}
.TagClassName
{
border-color: #DACEE0;
}
</style>