Shades of Titan White #DAD7DD
Tints of Titan White #DAD7DD
RGB
CMYK
RGB Variations
Color information
#DAD7DD (or 0xDAD7DD) is known color: Titan White. HEX triplet: DA, D7 and DD. RGB value is (218,215,221). Sum of RGB (Red+Green+Blue) = 218+215+221=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7DD is #252822. Grayscale: #D8D8D8. Windows color (decimal): -2435107 or 14538714. OLE color: 14538714.
HSL color Cylindrical-coordinate representation of color #DAD7DD: hue angle of 270º degrees, saturation: 0.08, 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 #DAD7DD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 215 | 221 | - |
CMYK | 0.01 | 0.03 | 0 | 0.13 |
HSL | 270º | 0.08% | 0.85% | - |
HSV(B) | 270º | 0.03% | 0.87% | - |
XYZ | 66.27 | 68.73 | 78.18 | - |
YUV | 216.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 215 | 221 | 0.01 | 0.03 | 0 | 0.13 | 270 | 0.08 | 0.85 |
Hex | DA | D7 | DD | 1 | 3 | 0 | D | 10E | 8 | 55 |
Octal | 332 | 327 | 335 | 1 | 3 | 0 | 15 | 416 | 10 | 125 |
Binary | 11011010 | 11010111 | 11011101 | 1 | 11 | 0 | 1101 | 100001110 | 1000 | 1010101 |
Color Harmonies of #DAD7DD
Complementary color
Monochromatic Colors of #DAD7DD
Black with #DAD7DD
Text Example
Text Example
White with #DAD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7DD; }
p { color: rgb(218,215,221); }
H1.HeaderClassName
{
color: #DAD7DD;
}
.AnyTagClassName
{
color: #DAD7DD;
}
</style>
background-color css
<style>
a { background-color: #DAD7DD; }
a { background-color: rgb(218,215,221); }
div.DivClassName
{
background-color: #DAD7DD;
}
.BgClassName
{
background-color: #DAD7DD;
}
</style>
border-color css
<style>
span { border-color: #DAD7DD; }
span { border-color: rgb(218,215,221); }
td.TdClassName
{
border-color: #DAD7DD;
}
.TagClassName
{
border-color: #DAD7DD;
}
</style>