Shades of Thistle #DAB1E1
Tints of Thistle #DAB1E1
RGB
CMYK
RGB Variations
Color information
#DAB1E1 (or 0xDAB1E1) is known color: Thistle. HEX triplet: DA, B1 and E1. RGB value is (218,177,225). Sum of RGB (Red+Green+Blue) = 218+177+225=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1E1 is #254E1E. Grayscale: #C2C2C2. Windows color (decimal): -2444831 or 14791130. OLE color: 14791130.
HSL color Cylindrical-coordinate representation of color #DAB1E1: hue angle of 291.25º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB1E1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 177 | 225 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.12 |
| HSL | 291.25º | 0.44% | 0.79% | - |
| HSV(B) | 291.25º | 0.21% | 0.88% | - |
| XYZ | 58.23 | 51.79 | 78.16 | - |
| YUV | 194.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 225 | 0.03 | 0.21 | 0 | 0.12 | 291.25 | 0.44 | 0.79 |
| Hex | DA | B1 | E1 | 3 | 15 | 0 | C | 123 | 2C | 4F |
| Octal | 332 | 261 | 341 | 3 | 25 | 0 | 14 | 443 | 54 | 117 |
| Binary | 11011010 | 10110001 | 11100001 | 11 | 10101 | 0 | 1100 | 100100011 | 101100 | 1001111 |
Color Harmonies of #DAB1E1
Complementary color
Monochromatic Colors of #DAB1E1
Black with #DAB1E1
Text Example
Text Example
White with #DAB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1E1; }
p { color: rgb(218,177,225); }
H1.HeaderClassName
{
color: #DAB1E1;
}
.AnyTagClassName
{
color: #DAB1E1;
}
</style>
background-color css
<style>
a { background-color: #DAB1E1; }
a { background-color: rgb(218,177,225); }
div.DivClassName
{
background-color: #DAB1E1;
}
.BgClassName
{
background-color: #DAB1E1;
}
</style>
border-color css
<style>
span { border-color: #DAB1E1; }
span { border-color: rgb(218,177,225); }
td.TdClassName
{
border-color: #DAB1E1;
}
.TagClassName
{
border-color: #DAB1E1;
}
</style>