Shades of Thistle #DABDDD
Tints of Thistle #DABDDD
RGB
CMYK
RGB Variations
Color information
#DABDDD (or 0xDABDDD) is known color: Thistle. HEX triplet: DA, BD and DD. RGB value is (218,189,221). Sum of RGB (Red+Green+Blue) = 218+189+221=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #DABDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDDD is #254222. Grayscale: #C9C9C9. Windows color (decimal): -2441763 or 14532058. OLE color: 14532058.
HSL color Cylindrical-coordinate representation of color #DABDDD: hue angle of 294.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABDDD is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 189 | 221 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.13 |
| HSL | 294.38º | 0.32% | 0.8% | - |
| HSV(B) | 294.38º | 0.14% | 0.87% | - |
| XYZ | 60.16 | 56.52 | 76.15 | - |
| YUV | 201.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 221 | 0.01 | 0.14 | 0 | 0.13 | 294.38 | 0.32 | 0.8 |
| Hex | DA | BD | DD | 1 | E | 0 | D | 126 | 20 | 50 |
| Octal | 332 | 275 | 335 | 1 | 16 | 0 | 15 | 446 | 40 | 120 |
| Binary | 11011010 | 10111101 | 11011101 | 1 | 1110 | 0 | 1101 | 100100110 | 100000 | 1010000 |
Color Harmonies of #DABDDD
Complementary color
Monochromatic Colors of #DABDDD
Black with #DABDDD
Text Example
Text Example
White with #DABDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDDD; }
p { color: rgb(218,189,221); }
H1.HeaderClassName
{
color: #DABDDD;
}
.AnyTagClassName
{
color: #DABDDD;
}
</style>
background-color css
<style>
a { background-color: #DABDDD; }
a { background-color: rgb(218,189,221); }
div.DivClassName
{
background-color: #DABDDD;
}
.BgClassName
{
background-color: #DABDDD;
}
</style>
border-color css
<style>
span { border-color: #DABDDD; }
span { border-color: rgb(218,189,221); }
td.TdClassName
{
border-color: #DABDDD;
}
.TagClassName
{
border-color: #DABDDD;
}
</style>