Shades of Thistle #DAB4E3
Tints of Thistle #DAB4E3
RGB
CMYK
RGB Variations
Color information
#DAB4E3 (or 0xDAB4E3) is known color: Thistle. HEX triplet: DA, B4 and E3. RGB value is (218,180,227). Sum of RGB (Red+Green+Blue) = 218+180+227=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAB4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4E3 is #254B1C. Grayscale: #C4C4C4. Windows color (decimal): -2444061 or 14922970. OLE color: 14922970.
HSL color Cylindrical-coordinate representation of color #DAB4E3: hue angle of 288.51º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB4E3 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 180 | 227 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.11 |
| HSL | 288.51º | 0.46% | 0.8% | - |
| HSV(B) | 288.51º | 0.21% | 0.89% | - |
| XYZ | 59.1 | 53.09 | 79.81 | - |
| YUV | 196.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 227 | 0.04 | 0.21 | 0 | 0.11 | 288.51 | 0.46 | 0.8 |
| Hex | DA | B4 | E3 | 4 | 15 | 0 | B | 121 | 2E | 50 |
| Octal | 332 | 264 | 343 | 4 | 25 | 0 | 13 | 441 | 56 | 120 |
| Binary | 11011010 | 10110100 | 11100011 | 100 | 10101 | 0 | 1011 | 100100001 | 101110 | 1010000 |
Color Harmonies of #DAB4E3
Complementary color
Monochromatic Colors of #DAB4E3
Black with #DAB4E3
Text Example
Text Example
White with #DAB4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4E3; }
p { color: rgb(218,180,227); }
H1.HeaderClassName
{
color: #DAB4E3;
}
.AnyTagClassName
{
color: #DAB4E3;
}
</style>
background-color css
<style>
a { background-color: #DAB4E3; }
a { background-color: rgb(218,180,227); }
div.DivClassName
{
background-color: #DAB4E3;
}
.BgClassName
{
background-color: #DAB4E3;
}
</style>
border-color css
<style>
span { border-color: #DAB4E3; }
span { border-color: rgb(218,180,227); }
td.TdClassName
{
border-color: #DAB4E3;
}
.TagClassName
{
border-color: #DAB4E3;
}
</style>