Shades of Titan White #DAD5DD
Tints of Titan White #DAD5DD
RGB
CMYK
RGB Variations
Color information
#DAD5DD (or 0xDAD5DD) is known color: Titan White. HEX triplet: DA, D5 and DD. RGB value is (218,213,221). Sum of RGB (Red+Green+Blue) = 218+213+221=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAD5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5DD is #252A22. Grayscale: #D7D7D7. Windows color (decimal): -2435619 or 14538202. OLE color: 14538202.
HSL color Cylindrical-coordinate representation of color #DAD5DD: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAD5DD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 213 | 221 | - |
CMYK | 0.01 | 0.04 | 0 | 0.13 |
HSL | 277.5º | 0.11% | 0.85% | - |
HSV(B) | 277.5º | 0.04% | 0.87% | - |
XYZ | 65.76 | 67.71 | 78.01 | - |
YUV | 215.41 | 131.16 | 129.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 213 | 221 | 0.01 | 0.04 | 0 | 0.13 | 277.5 | 0.11 | 0.85 |
Hex | DA | D5 | DD | 1 | 4 | 0 | D | 116 | B | 55 |
Octal | 332 | 325 | 335 | 1 | 4 | 0 | 15 | 426 | 13 | 125 |
Binary | 11011010 | 11010101 | 11011101 | 1 | 100 | 0 | 1101 | 100010110 | 1011 | 1010101 |
Color Harmonies of #DAD5DD
Complementary color
Monochromatic Colors of #DAD5DD
Black with #DAD5DD
Text Example
Text Example
White with #DAD5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD5DD; }
p { color: rgb(218,213,221); }
H1.HeaderClassName
{
color: #DAD5DD;
}
.AnyTagClassName
{
color: #DAD5DD;
}
</style>
background-color css
<style>
a { background-color: #DAD5DD; }
a { background-color: rgb(218,213,221); }
div.DivClassName
{
background-color: #DAD5DD;
}
.BgClassName
{
background-color: #DAD5DD;
}
</style>
border-color css
<style>
span { border-color: #DAD5DD; }
span { border-color: rgb(218,213,221); }
td.TdClassName
{
border-color: #DAD5DD;
}
.TagClassName
{
border-color: #DAD5DD;
}
</style>