Shades of Thistle #DAB6E4
Tints of Thistle #DAB6E4
RGB
CMYK
RGB Variations
Color information
#DAB6E4 (or 0xDAB6E4) is known color: Thistle. HEX triplet: DA, B6 and E4. RGB value is (218,182,228). Sum of RGB (Red+Green+Blue) = 218+182+228=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAB6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6E4 is #25491B. Grayscale: #C5C5C5. Windows color (decimal): -2443548 or 14989018. OLE color: 14989018.
HSL color Cylindrical-coordinate representation of color #DAB6E4: hue angle of 286.96º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB6E4 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 182 | 228 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.11 |
| HSL | 286.96º | 0.46% | 0.8% | - |
| HSV(B) | 286.96º | 0.2% | 0.89% | - |
| XYZ | 59.64 | 53.96 | 80.67 | - |
| YUV | 198.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 228 | 0.04 | 0.20 | 0 | 0.11 | 286.96 | 0.46 | 0.8 |
| Hex | DA | B6 | E4 | 4 | 14 | 0 | B | 11F | 2E | 50 |
| Octal | 332 | 266 | 344 | 4 | 24 | 0 | 13 | 437 | 56 | 120 |
| Binary | 11011010 | 10110110 | 11100100 | 100 | 10100 | 0 | 1011 | 100011111 | 101110 | 1010000 |
Color Harmonies of #DAB6E4
Complementary color
Monochromatic Colors of #DAB6E4
Black with #DAB6E4
Text Example
Text Example
White with #DAB6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6E4; }
p { color: rgb(218,182,228); }
H1.HeaderClassName
{
color: #DAB6E4;
}
.AnyTagClassName
{
color: #DAB6E4;
}
</style>
background-color css
<style>
a { background-color: #DAB6E4; }
a { background-color: rgb(218,182,228); }
div.DivClassName
{
background-color: #DAB6E4;
}
.BgClassName
{
background-color: #DAB6E4;
}
</style>
border-color css
<style>
span { border-color: #DAB6E4; }
span { border-color: rgb(218,182,228); }
td.TdClassName
{
border-color: #DAB6E4;
}
.TagClassName
{
border-color: #DAB6E4;
}
</style>