Shades of Thistle #DAB4E0
Tints of Thistle #DAB4E0
RGB
CMYK
RGB Variations
Color information
#DAB4E0 (or 0xDAB4E0) is known color: Thistle. HEX triplet: DA, B4 and E0. RGB value is (218,180,224). Sum of RGB (Red+Green+Blue) = 218+180+224=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAB4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4E0 is #254B1F. Grayscale: #C4C4C4. Windows color (decimal): -2444064 or 14726362. OLE color: 14726362.
HSL color Cylindrical-coordinate representation of color #DAB4E0: hue angle of 291.82º degrees, saturation: 0.42, 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 #DAB4E0 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 180 | 224 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.12 |
| HSL | 291.82º | 0.42% | 0.79% | - |
| HSV(B) | 291.82º | 0.2% | 0.88% | - |
| XYZ | 58.69 | 52.93 | 77.64 | - |
| YUV | 196.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 224 | 0.03 | 0.20 | 0 | 0.12 | 291.82 | 0.42 | 0.79 |
| Hex | DA | B4 | E0 | 3 | 14 | 0 | C | 124 | 2A | 4F |
| Octal | 332 | 264 | 340 | 3 | 24 | 0 | 14 | 444 | 52 | 117 |
| Binary | 11011010 | 10110100 | 11100000 | 11 | 10100 | 0 | 1100 | 100100100 | 101010 | 1001111 |
Color Harmonies of #DAB4E0
Complementary color
Monochromatic Colors of #DAB4E0
Black with #DAB4E0
Text Example
Text Example
White with #DAB4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4E0; }
p { color: rgb(218,180,224); }
H1.HeaderClassName
{
color: #DAB4E0;
}
.AnyTagClassName
{
color: #DAB4E0;
}
</style>
background-color css
<style>
a { background-color: #DAB4E0; }
a { background-color: rgb(218,180,224); }
div.DivClassName
{
background-color: #DAB4E0;
}
.BgClassName
{
background-color: #DAB4E0;
}
</style>
border-color css
<style>
span { border-color: #DAB4E0; }
span { border-color: rgb(218,180,224); }
td.TdClassName
{
border-color: #DAB4E0;
}
.TagClassName
{
border-color: #DAB4E0;
}
</style>