Shades of Thistle #DAB0DC
Tints of Thistle #DAB0DC
RGB
CMYK
RGB Variations
Color information
#DAB0DC (or 0xDAB0DC) is known color: Thistle. HEX triplet: DA, B0 and DC. RGB value is (218,176,220). Sum of RGB (Red+Green+Blue) = 218+176+220=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0DC is #254F23. Grayscale: #C1C1C1. Windows color (decimal): -2445092 or 14463194. OLE color: 14463194.
HSL color Cylindrical-coordinate representation of color #DAB0DC: hue angle of 297.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB0DC is Cyan = 0.01, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 176 | 220 | - |
| CMYK | 0.01 | 0.2 | 0 | 0.14 |
| HSL | 297.27º | 0.39% | 0.78% | - |
| HSV(B) | 297.27º | 0.2% | 0.86% | - |
| XYZ | 57.36 | 51.12 | 74.55 | - |
| YUV | 193.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 220 | 0.01 | 0.2 | 0 | 0.14 | 297.27 | 0.39 | 0.78 |
| Hex | DA | B0 | DC | 1 | 14 | 0 | E | 129 | 27 | 4E |
| Octal | 332 | 260 | 334 | 1 | 24 | 0 | 16 | 451 | 47 | 116 |
| Binary | 11011010 | 10110000 | 11011100 | 1 | 10100 | 0 | 1110 | 100101001 | 100111 | 1001110 |
Color Harmonies of #DAB0DC
Complementary color
Monochromatic Colors of #DAB0DC
Black with #DAB0DC
Text Example
Text Example
White with #DAB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0DC; }
p { color: rgb(218,176,220); }
H1.HeaderClassName
{
color: #DAB0DC;
}
.AnyTagClassName
{
color: #DAB0DC;
}
</style>
background-color css
<style>
a { background-color: #DAB0DC; }
a { background-color: rgb(218,176,220); }
div.DivClassName
{
background-color: #DAB0DC;
}
.BgClassName
{
background-color: #DAB0DC;
}
</style>
border-color css
<style>
span { border-color: #DAB0DC; }
span { border-color: rgb(218,176,220); }
td.TdClassName
{
border-color: #DAB0DC;
}
.TagClassName
{
border-color: #DAB0DC;
}
</style>