Shades of Thistle #DAB3E1
Tints of Thistle #DAB3E1
RGB
CMYK
RGB Variations
Color information
#DAB3E1 (or 0xDAB3E1) is known color: Thistle. HEX triplet: DA, B3 and E1. RGB value is (218,179,225). Sum of RGB (Red+Green+Blue) = 218+179+225=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAB3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3E1 is #254C1E. Grayscale: #C3C3C3. Windows color (decimal): -2444319 or 14791642. OLE color: 14791642.
HSL color Cylindrical-coordinate representation of color #DAB3E1: hue angle of 290.87º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB3E1 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 179 | 225 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.12 |
| HSL | 290.87º | 0.43% | 0.79% | - |
| HSV(B) | 290.87º | 0.2% | 0.88% | - |
| XYZ | 58.62 | 52.58 | 78.29 | - |
| YUV | 195.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 225 | 0.03 | 0.20 | 0 | 0.12 | 290.87 | 0.43 | 0.79 |
| Hex | DA | B3 | E1 | 3 | 14 | 0 | C | 123 | 2B | 4F |
| Octal | 332 | 263 | 341 | 3 | 24 | 0 | 14 | 443 | 53 | 117 |
| Binary | 11011010 | 10110011 | 11100001 | 11 | 10100 | 0 | 1100 | 100100011 | 101011 | 1001111 |
Color Harmonies of #DAB3E1
Complementary color
Monochromatic Colors of #DAB3E1
Black with #DAB3E1
Text Example
Text Example
White with #DAB3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3E1; }
p { color: rgb(218,179,225); }
H1.HeaderClassName
{
color: #DAB3E1;
}
.AnyTagClassName
{
color: #DAB3E1;
}
</style>
background-color css
<style>
a { background-color: #DAB3E1; }
a { background-color: rgb(218,179,225); }
div.DivClassName
{
background-color: #DAB3E1;
}
.BgClassName
{
background-color: #DAB3E1;
}
</style>
border-color css
<style>
span { border-color: #DAB3E1; }
span { border-color: rgb(218,179,225); }
td.TdClassName
{
border-color: #DAB3E1;
}
.TagClassName
{
border-color: #DAB3E1;
}
</style>