Shades of Thistle #DAB6DD
Tints of Thistle #DAB6DD
RGB
CMYK
RGB Variations
Color information
#DAB6DD (or 0xDAB6DD) is known color: Thistle. HEX triplet: DA, B6 and DD. RGB value is (218,182,221). Sum of RGB (Red+Green+Blue) = 218+182+221=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6DD is #254922. Grayscale: #C5C5C5. Windows color (decimal): -2443555 or 14530266. OLE color: 14530266.
HSL color Cylindrical-coordinate representation of color #DAB6DD: hue angle of 295.38º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB6DD is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 182 | 221 | - |
CMYK | 0.01 | 0.18 | 0 | 0.13 |
HSL | 295.38º | 0.36% | 0.79% | - |
HSV(B) | 295.38º | 0.18% | 0.87% | - |
XYZ | 58.69 | 53.58 | 75.66 | - |
YUV | 197.21 | 141.43 | 142.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 182 | 221 | 0.01 | 0.18 | 0 | 0.13 | 295.38 | 0.36 | 0.79 |
Hex | DA | B6 | DD | 1 | 12 | 0 | D | 127 | 24 | 4F |
Octal | 332 | 266 | 335 | 1 | 22 | 0 | 15 | 447 | 44 | 117 |
Binary | 11011010 | 10110110 | 11011101 | 1 | 10010 | 0 | 1101 | 100100111 | 100100 | 1001111 |
Color Harmonies of #DAB6DD
Complementary color
Monochromatic Colors of #DAB6DD
Black with #DAB6DD
Text Example
Text Example
White with #DAB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6DD; }
p { color: rgb(218,182,221); }
H1.HeaderClassName
{
color: #DAB6DD;
}
.AnyTagClassName
{
color: #DAB6DD;
}
</style>
background-color css
<style>
a { background-color: #DAB6DD; }
a { background-color: rgb(218,182,221); }
div.DivClassName
{
background-color: #DAB6DD;
}
.BgClassName
{
background-color: #DAB6DD;
}
</style>
border-color css
<style>
span { border-color: #DAB6DD; }
span { border-color: rgb(218,182,221); }
td.TdClassName
{
border-color: #DAB6DD;
}
.TagClassName
{
border-color: #DAB6DD;
}
</style>