Shades of Thistle #DABBE4
Tints of Thistle #DABBE4
RGB
CMYK
RGB Variations
Color information
#DABBE4 (or 0xDABBE4) is known color: Thistle. HEX triplet: DA, BB and E4. RGB value is (218,187,228). Sum of RGB (Red+Green+Blue) = 218+187+228=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #DABBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBE4 is #25441B. Grayscale: #C8C8C8. Windows color (decimal): -2442268 or 14990298. OLE color: 14990298.
HSL color Cylindrical-coordinate representation of color #DABBE4: hue angle of 285.37º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DABBE4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 187 | 228 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.11 |
| HSL | 285.37º | 0.43% | 0.81% | - |
| HSV(B) | 285.37º | 0.18% | 0.89% | - |
| XYZ | 60.69 | 56.05 | 81.02 | - |
| YUV | 200.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 228 | 0.04 | 0.18 | 0 | 0.11 | 285.37 | 0.43 | 0.81 |
| Hex | DA | BB | E4 | 4 | 12 | 0 | B | 11D | 2B | 51 |
| Octal | 332 | 273 | 344 | 4 | 22 | 0 | 13 | 435 | 53 | 121 |
| Binary | 11011010 | 10111011 | 11100100 | 100 | 10010 | 0 | 1011 | 100011101 | 101011 | 1010001 |
Color Harmonies of #DABBE4
Complementary color
Monochromatic Colors of #DABBE4
Black with #DABBE4
Text Example
Text Example
White with #DABBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBE4; }
p { color: rgb(218,187,228); }
H1.HeaderClassName
{
color: #DABBE4;
}
.AnyTagClassName
{
color: #DABBE4;
}
</style>
background-color css
<style>
a { background-color: #DABBE4; }
a { background-color: rgb(218,187,228); }
div.DivClassName
{
background-color: #DABBE4;
}
.BgClassName
{
background-color: #DABBE4;
}
</style>
border-color css
<style>
span { border-color: #DABBE4; }
span { border-color: rgb(218,187,228); }
td.TdClassName
{
border-color: #DABBE4;
}
.TagClassName
{
border-color: #DABBE4;
}
</style>