Shades of Thistle #DAD3D9
Tints of Thistle #DAD3D9
RGB
CMYK
RGB Variations
Color information
#DAD3D9 (or 0xDAD3D9) is known color: Thistle. HEX triplet: DA, D3 and D9. RGB value is (218,211,217). Sum of RGB (Red+Green+Blue) = 218+211+217=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 211 (82.81% from 255 or 32.66% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3D9 is #252C26. Grayscale: #D5D5D5. Windows color (decimal): -2436135 or 14275546. OLE color: 14275546.
HSL color Cylindrical-coordinate representation of color #DAD3D9: hue angle of 308.57º degrees, saturation: 0.09, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAD3D9 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 211 | 217 | - |
CMYK | 0 | 0.03 | 0.00 | 0.15 |
HSL | 308.57º | 0.09% | 0.84% | - |
HSV(B) | 308.57º | 0.03% | 0.85% | - |
XYZ | 64.73 | 66.5 | 75.07 | - |
YUV | 213.78 | 129.82 | 131.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 211 | 217 | 0 | 0.03 | 0.00 | 0.15 | 308.57 | 0.09 | 0.84 |
Hex | DA | D3 | D9 | 0 | 3 | 0 | F | 135 | 9 | 54 |
Octal | 332 | 323 | 331 | 0 | 3 | 0 | 17 | 465 | 11 | 124 |
Binary | 11011010 | 11010011 | 11011001 | 0 | 11 | 0 | 1111 | 100110101 | 1001 | 1010100 |
Color Harmonies of #DAD3D9
Complementary color
Monochromatic Colors of #DAD3D9
Black with #DAD3D9
Text Example
Text Example
White with #DAD3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3D9; }
p { color: rgb(218,211,217); }
H1.HeaderClassName
{
color: #DAD3D9;
}
.AnyTagClassName
{
color: #DAD3D9;
}
</style>
background-color css
<style>
a { background-color: #DAD3D9; }
a { background-color: rgb(218,211,217); }
div.DivClassName
{
background-color: #DAD3D9;
}
.BgClassName
{
background-color: #DAD3D9;
}
</style>
border-color css
<style>
span { border-color: #DAD3D9; }
span { border-color: rgb(218,211,217); }
td.TdClassName
{
border-color: #DAD3D9;
}
.TagClassName
{
border-color: #DAD3D9;
}
</style>