Shades of Thistle #DAD5D9
Tints of Thistle #DAD5D9
RGB
CMYK
RGB Variations
Color information
#DAD5D9 (or 0xDAD5D9) is known color: Thistle. HEX triplet: DA, D5 and D9. RGB value is (218,213,217). Sum of RGB (Red+Green+Blue) = 218+213+217=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5D9 is #252A26. Grayscale: #D6D6D6. Windows color (decimal): -2435623 or 14276058. OLE color: 14276058.
HSL color Cylindrical-coordinate representation of color #DAD5D9: hue angle of 312º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DAD5D9 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 213 | 217 | - |
CMYK | 0 | 0.02 | 0.00 | 0.15 |
HSL | 312º | 0.06% | 0.85% | - |
HSV(B) | 312º | 0.02% | 0.85% | - |
XYZ | 65.23 | 67.5 | 75.24 | - |
YUV | 214.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 213 | 217 | 0 | 0.02 | 0.00 | 0.15 | 312 | 0.06 | 0.85 |
Hex | DA | D5 | D9 | 0 | 2 | 0 | F | 138 | 6 | 55 |
Octal | 332 | 325 | 331 | 0 | 2 | 0 | 17 | 470 | 6 | 125 |
Binary | 11011010 | 11010101 | 11011001 | 0 | 10 | 0 | 1111 | 100111000 | 110 | 1010101 |
Color Harmonies of #DAD5D9
Complementary color
Monochromatic Colors of #DAD5D9
Black with #DAD5D9
Text Example
Text Example
White with #DAD5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD5D9; }
p { color: rgb(218,213,217); }
H1.HeaderClassName
{
color: #DAD5D9;
}
.AnyTagClassName
{
color: #DAD5D9;
}
</style>
background-color css
<style>
a { background-color: #DAD5D9; }
a { background-color: rgb(218,213,217); }
div.DivClassName
{
background-color: #DAD5D9;
}
.BgClassName
{
background-color: #DAD5D9;
}
</style>
border-color css
<style>
span { border-color: #DAD5D9; }
span { border-color: rgb(218,213,217); }
td.TdClassName
{
border-color: #DAD5D9;
}
.TagClassName
{
border-color: #DAD5D9;
}
</style>