Shades of Thistle #DABDE1
Tints of Thistle #DABDE1
RGB
CMYK
RGB Variations
Color information
#DABDE1 (or 0xDABDE1) is known color: Thistle. HEX triplet: DA, BD and E1. RGB value is (218,189,225). Sum of RGB (Red+Green+Blue) = 218+189+225=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #DABDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDE1 is #25421E. Grayscale: #C9C9C9. Windows color (decimal): -2441759 or 14794202. OLE color: 14794202.
HSL color Cylindrical-coordinate representation of color #DABDE1: hue angle of 288.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABDE1 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 189 | 225 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.12 |
| HSL | 288.33º | 0.38% | 0.81% | - |
| HSV(B) | 288.33º | 0.16% | 0.88% | - |
| XYZ | 60.7 | 56.74 | 78.99 | - |
| YUV | 201.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 225 | 0.03 | 0.16 | 0 | 0.12 | 288.33 | 0.38 | 0.81 |
| Hex | DA | BD | E1 | 3 | 10 | 0 | C | 120 | 26 | 51 |
| Octal | 332 | 275 | 341 | 3 | 20 | 0 | 14 | 440 | 46 | 121 |
| Binary | 11011010 | 10111101 | 11100001 | 11 | 10000 | 0 | 1100 | 100100000 | 100110 | 1010001 |
Color Harmonies of #DABDE1
Complementary color
Monochromatic Colors of #DABDE1
Black with #DABDE1
Text Example
Text Example
White with #DABDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDE1; }
p { color: rgb(218,189,225); }
H1.HeaderClassName
{
color: #DABDE1;
}
.AnyTagClassName
{
color: #DABDE1;
}
</style>
background-color css
<style>
a { background-color: #DABDE1; }
a { background-color: rgb(218,189,225); }
div.DivClassName
{
background-color: #DABDE1;
}
.BgClassName
{
background-color: #DABDE1;
}
</style>
border-color css
<style>
span { border-color: #DABDE1; }
span { border-color: rgb(218,189,225); }
td.TdClassName
{
border-color: #DABDE1;
}
.TagClassName
{
border-color: #DABDE1;
}
</style>