Shades of Thistle #DABDDF
Tints of Thistle #DABDDF
RGB
CMYK
RGB Variations
Color information
#DABDDF (or 0xDABDDF) is known color: Thistle. HEX triplet: DA, BD and DF. RGB value is (218,189,223). Sum of RGB (Red+Green+Blue) = 218+189+223=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #DABDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDDF is #254220. Grayscale: #C9C9C9. Windows color (decimal): -2441761 or 14663130. OLE color: 14663130.
HSL color Cylindrical-coordinate representation of color #DABDDF: hue angle of 291.18º degrees, saturation: 0.35, 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 #DABDDF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 189 | 223 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.13 |
| HSL | 291.18º | 0.35% | 0.81% | - |
| HSV(B) | 291.18º | 0.15% | 0.87% | - |
| XYZ | 60.43 | 56.63 | 77.56 | - |
| YUV | 201.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 223 | 0.02 | 0.15 | 0 | 0.13 | 291.18 | 0.35 | 0.81 |
| Hex | DA | BD | DF | 2 | F | 0 | D | 123 | 23 | 51 |
| Octal | 332 | 275 | 337 | 2 | 17 | 0 | 15 | 443 | 43 | 121 |
| Binary | 11011010 | 10111101 | 11011111 | 10 | 1111 | 0 | 1101 | 100100011 | 100011 | 1010001 |
Color Harmonies of #DABDDF
Complementary color
Monochromatic Colors of #DABDDF
Black with #DABDDF
Text Example
Text Example
White with #DABDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDDF; }
p { color: rgb(218,189,223); }
H1.HeaderClassName
{
color: #DABDDF;
}
.AnyTagClassName
{
color: #DABDDF;
}
</style>
background-color css
<style>
a { background-color: #DABDDF; }
a { background-color: rgb(218,189,223); }
div.DivClassName
{
background-color: #DABDDF;
}
.BgClassName
{
background-color: #DABDDF;
}
</style>
border-color css
<style>
span { border-color: #DABDDF; }
span { border-color: rgb(218,189,223); }
td.TdClassName
{
border-color: #DABDDF;
}
.TagClassName
{
border-color: #DABDDF;
}
</style>