Shades of Thistle #DAB0DD
Tints of Thistle #DAB0DD
RGB
CMYK
RGB Variations
Color information
#DAB0DD (or 0xDAB0DD) is known color: Thistle. HEX triplet: DA, B0 and DD. RGB value is (218,176,221). Sum of RGB (Red+Green+Blue) = 218+176+221=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0DD is #254F22. Grayscale: #C1C1C1. Windows color (decimal): -2445091 or 14528730. OLE color: 14528730.
HSL color Cylindrical-coordinate representation of color #DAB0DD: hue angle of 296º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB0DD is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 176 | 221 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.13 |
| HSL | 296º | 0.4% | 0.78% | - |
| HSV(B) | 296º | 0.2% | 0.87% | - |
| XYZ | 57.49 | 51.18 | 75.25 | - |
| YUV | 193.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 221 | 0.01 | 0.20 | 0 | 0.13 | 296 | 0.4 | 0.78 |
| Hex | DA | B0 | DD | 1 | 14 | 0 | D | 128 | 28 | 4E |
| Octal | 332 | 260 | 335 | 1 | 24 | 0 | 15 | 450 | 50 | 116 |
| Binary | 11011010 | 10110000 | 11011101 | 1 | 10100 | 0 | 1101 | 100101000 | 101000 | 1001110 |
Color Harmonies of #DAB0DD
Complementary color
Monochromatic Colors of #DAB0DD
Black with #DAB0DD
Text Example
Text Example
White with #DAB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0DD; }
p { color: rgb(218,176,221); }
H1.HeaderClassName
{
color: #DAB0DD;
}
.AnyTagClassName
{
color: #DAB0DD;
}
</style>
background-color css
<style>
a { background-color: #DAB0DD; }
a { background-color: rgb(218,176,221); }
div.DivClassName
{
background-color: #DAB0DD;
}
.BgClassName
{
background-color: #DAB0DD;
}
</style>
border-color css
<style>
span { border-color: #DAB0DD; }
span { border-color: rgb(218,176,221); }
td.TdClassName
{
border-color: #DAB0DD;
}
.TagClassName
{
border-color: #DAB0DD;
}
</style>