Shades of Titan White #DAD6DD
Tints of Titan White #DAD6DD
RGB
CMYK
RGB Variations
Color information
#DAD6DD (or 0xDAD6DD) is known color: Titan White. HEX triplet: DA, D6 and DD. RGB value is (218,214,221). Sum of RGB (Red+Green+Blue) = 218+214+221=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6DD is #252922. Grayscale: #D7D7D7. Windows color (decimal): -2435363 or 14538458. OLE color: 14538458.
HSL color Cylindrical-coordinate representation of color #DAD6DD: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAD6DD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 214 | 221 | - |
CMYK | 0.01 | 0.03 | 0 | 0.13 |
HSL | 274.29º | 0.09% | 0.85% | - |
HSV(B) | 274.29º | 0.03% | 0.87% | - |
XYZ | 66.01 | 68.22 | 78.1 | - |
YUV | 215.99 | 130.83 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 214 | 221 | 0.01 | 0.03 | 0 | 0.13 | 274.29 | 0.09 | 0.85 |
Hex | DA | D6 | DD | 1 | 3 | 0 | D | 112 | 9 | 55 |
Octal | 332 | 326 | 335 | 1 | 3 | 0 | 15 | 422 | 11 | 125 |
Binary | 11011010 | 11010110 | 11011101 | 1 | 11 | 0 | 1101 | 100010010 | 1001 | 1010101 |
Color Harmonies of #DAD6DD
Complementary color
Monochromatic Colors of #DAD6DD
Black with #DAD6DD
Text Example
Text Example
White with #DAD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6DD; }
p { color: rgb(218,214,221); }
H1.HeaderClassName
{
color: #DAD6DD;
}
.AnyTagClassName
{
color: #DAD6DD;
}
</style>
background-color css
<style>
a { background-color: #DAD6DD; }
a { background-color: rgb(218,214,221); }
div.DivClassName
{
background-color: #DAD6DD;
}
.BgClassName
{
background-color: #DAD6DD;
}
</style>
border-color css
<style>
span { border-color: #DAD6DD; }
span { border-color: rgb(218,214,221); }
td.TdClassName
{
border-color: #DAD6DD;
}
.TagClassName
{
border-color: #DAD6DD;
}
</style>