Shades of Thistle #DAB1E2
Tints of Thistle #DAB1E2
RGB
CMYK
RGB Variations
Color information
#DAB1E2 (or 0xDAB1E2) is known color: Thistle. HEX triplet: DA, B1 and E2. RGB value is (218,177,226). Sum of RGB (Red+Green+Blue) = 218+177+226=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAB1E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1E2 is #254E1D. Grayscale: #C2C2C2. Windows color (decimal): -2444830 or 14856666. OLE color: 14856666.
HSL color Cylindrical-coordinate representation of color #DAB1E2: hue angle of 290.2º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAB1E2 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 177 | 226 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.11 |
| HSL | 290.2º | 0.46% | 0.79% | - |
| HSV(B) | 290.2º | 0.22% | 0.89% | - |
| XYZ | 58.36 | 51.84 | 78.88 | - |
| YUV | 194.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 226 | 0.04 | 0.22 | 0 | 0.11 | 290.2 | 0.46 | 0.79 |
| Hex | DA | B1 | E2 | 4 | 16 | 0 | B | 122 | 2E | 4F |
| Octal | 332 | 261 | 342 | 4 | 26 | 0 | 13 | 442 | 56 | 117 |
| Binary | 11011010 | 10110001 | 11100010 | 100 | 10110 | 0 | 1011 | 100100010 | 101110 | 1001111 |
Color Harmonies of #DAB1E2
Complementary color
Monochromatic Colors of #DAB1E2
Black with #DAB1E2
Text Example
Text Example
White with #DAB1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1E2; }
p { color: rgb(218,177,226); }
H1.HeaderClassName
{
color: #DAB1E2;
}
.AnyTagClassName
{
color: #DAB1E2;
}
</style>
background-color css
<style>
a { background-color: #DAB1E2; }
a { background-color: rgb(218,177,226); }
div.DivClassName
{
background-color: #DAB1E2;
}
.BgClassName
{
background-color: #DAB1E2;
}
</style>
border-color css
<style>
span { border-color: #DAB1E2; }
span { border-color: rgb(218,177,226); }
td.TdClassName
{
border-color: #DAB1E2;
}
.TagClassName
{
border-color: #DAB1E2;
}
</style>