Shades of Thistle #DAB2E1
Tints of Thistle #DAB2E1
RGB
CMYK
RGB Variations
Color information
#DAB2E1 (or 0xDAB2E1) is known color: Thistle. HEX triplet: DA, B2 and E1. RGB value is (218,178,225). Sum of RGB (Red+Green+Blue) = 218+178+225=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAB2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2E1 is #254D1E. Grayscale: #C3C3C3. Windows color (decimal): -2444575 or 14791386. OLE color: 14791386.
HSL color Cylindrical-coordinate representation of color #DAB2E1: hue angle of 291.06º 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 #DAB2E1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 178 | 225 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.12 |
| HSL | 291.06º | 0.44% | 0.79% | - |
| HSV(B) | 291.06º | 0.21% | 0.88% | - |
| XYZ | 58.42 | 52.18 | 78.23 | - |
| YUV | 195.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 225 | 0.03 | 0.21 | 0 | 0.12 | 291.06 | 0.44 | 0.79 |
| Hex | DA | B2 | E1 | 3 | 15 | 0 | C | 123 | 2C | 4F |
| Octal | 332 | 262 | 341 | 3 | 25 | 0 | 14 | 443 | 54 | 117 |
| Binary | 11011010 | 10110010 | 11100001 | 11 | 10101 | 0 | 1100 | 100100011 | 101100 | 1001111 |
Color Harmonies of #DAB2E1
Complementary color
Monochromatic Colors of #DAB2E1
Black with #DAB2E1
Text Example
Text Example
White with #DAB2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2E1; }
p { color: rgb(218,178,225); }
H1.HeaderClassName
{
color: #DAB2E1;
}
.AnyTagClassName
{
color: #DAB2E1;
}
</style>
background-color css
<style>
a { background-color: #DAB2E1; }
a { background-color: rgb(218,178,225); }
div.DivClassName
{
background-color: #DAB2E1;
}
.BgClassName
{
background-color: #DAB2E1;
}
</style>
border-color css
<style>
span { border-color: #DAB2E1; }
span { border-color: rgb(218,178,225); }
td.TdClassName
{
border-color: #DAB2E1;
}
.TagClassName
{
border-color: #DAB2E1;
}
</style>