Shades of Titan White #DACEDD
Tints of Titan White #DACEDD
RGB
CMYK
RGB Variations
Color information
#DACEDD (or 0xDACEDD) is known color: Titan White. HEX triplet: DA, CE and DD. RGB value is (218,206,221). Sum of RGB (Red+Green+Blue) = 218+206+221=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: blue. Hex color #DACEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEDD is #253122. Grayscale: #D3D3D3. Windows color (decimal): -2437411 or 14536410. OLE color: 14536410.
HSL color Cylindrical-coordinate representation of color #DACEDD: hue angle of 288º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACEDD is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 206 | 221 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.13 |
| HSL | 288º | 0.18% | 0.84% | - |
| HSV(B) | 288º | 0.07% | 0.87% | - |
| XYZ | 64.04 | 64.27 | 77.44 | - |
| YUV | 211.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 221 | 0.01 | 0.07 | 0 | 0.13 | 288 | 0.18 | 0.84 |
| Hex | DA | CE | DD | 1 | 7 | 0 | D | 120 | 12 | 54 |
| Octal | 332 | 316 | 335 | 1 | 7 | 0 | 15 | 440 | 22 | 124 |
| Binary | 11011010 | 11001110 | 11011101 | 1 | 111 | 0 | 1101 | 100100000 | 10010 | 1010100 |
Color Harmonies of #DACEDD
Complementary color
Monochromatic Colors of #DACEDD
Black with #DACEDD
Text Example
Text Example
White with #DACEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEDD; }
p { color: rgb(218,206,221); }
H1.HeaderClassName
{
color: #DACEDD;
}
.AnyTagClassName
{
color: #DACEDD;
}
</style>
background-color css
<style>
a { background-color: #DACEDD; }
a { background-color: rgb(218,206,221); }
div.DivClassName
{
background-color: #DACEDD;
}
.BgClassName
{
background-color: #DACEDD;
}
</style>
border-color css
<style>
span { border-color: #DACEDD; }
span { border-color: rgb(218,206,221); }
td.TdClassName
{
border-color: #DACEDD;
}
.TagClassName
{
border-color: #DACEDD;
}
</style>