Shades of Thistle #DABDDE
Tints of Thistle #DABDDE
RGB
CMYK
RGB Variations
Color information
#DABDDE (or 0xDABDDE) is known color: Thistle. HEX triplet: DA, BD and DE. RGB value is (218,189,222). Sum of RGB (Red+Green+Blue) = 218+189+222=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #DABDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDDE is #254221. Grayscale: #C9C9C9. Windows color (decimal): -2441762 or 14597594. OLE color: 14597594.
HSL color Cylindrical-coordinate representation of color #DABDDE: hue angle of 292.73º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABDDE is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 189 | 222 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.13 |
| HSL | 292.73º | 0.33% | 0.81% | - |
| HSV(B) | 292.73º | 0.15% | 0.87% | - |
| XYZ | 60.3 | 56.57 | 76.85 | - |
| YUV | 201.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 222 | 0.02 | 0.15 | 0 | 0.13 | 292.73 | 0.33 | 0.81 |
| Hex | DA | BD | DE | 2 | F | 0 | D | 125 | 21 | 51 |
| Octal | 332 | 275 | 336 | 2 | 17 | 0 | 15 | 445 | 41 | 121 |
| Binary | 11011010 | 10111101 | 11011110 | 10 | 1111 | 0 | 1101 | 100100101 | 100001 | 1010001 |
Color Harmonies of #DABDDE
Complementary color
Monochromatic Colors of #DABDDE
Black with #DABDDE
Text Example
Text Example
White with #DABDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDDE; }
p { color: rgb(218,189,222); }
H1.HeaderClassName
{
color: #DABDDE;
}
.AnyTagClassName
{
color: #DABDDE;
}
</style>
background-color css
<style>
a { background-color: #DABDDE; }
a { background-color: rgb(218,189,222); }
div.DivClassName
{
background-color: #DABDDE;
}
.BgClassName
{
background-color: #DABDDE;
}
</style>
border-color css
<style>
span { border-color: #DABDDE; }
span { border-color: rgb(218,189,222); }
td.TdClassName
{
border-color: #DABDDE;
}
.TagClassName
{
border-color: #DABDDE;
}
</style>