Shades of Thistle #DABFDD
Tints of Thistle #DABFDD
RGB
CMYK
RGB Variations
Color information
#DABFDD (or 0xDABFDD) is known color: Thistle. HEX triplet: DA, BF and DD. RGB value is (218,191,221). Sum of RGB (Red+Green+Blue) = 218+191+221=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #DABFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFDD is #254022. Grayscale: #CACACA. Windows color (decimal): -2441251 or 14532570. OLE color: 14532570.
HSL color Cylindrical-coordinate representation of color #DABFDD: hue angle of 294º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABFDD is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 191 | 221 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.13 |
| HSL | 294º | 0.31% | 0.81% | - |
| HSV(B) | 294º | 0.14% | 0.87% | - |
| XYZ | 60.6 | 57.39 | 76.29 | - |
| YUV | 202.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 221 | 0.01 | 0.14 | 0 | 0.13 | 294 | 0.31 | 0.81 |
| Hex | DA | BF | DD | 1 | E | 0 | D | 126 | 1F | 51 |
| Octal | 332 | 277 | 335 | 1 | 16 | 0 | 15 | 446 | 37 | 121 |
| Binary | 11011010 | 10111111 | 11011101 | 1 | 1110 | 0 | 1101 | 100100110 | 11111 | 1010001 |
Color Harmonies of #DABFDD
Complementary color
Monochromatic Colors of #DABFDD
Black with #DABFDD
Text Example
Text Example
White with #DABFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFDD; }
p { color: rgb(218,191,221); }
H1.HeaderClassName
{
color: #DABFDD;
}
.AnyTagClassName
{
color: #DABFDD;
}
</style>
background-color css
<style>
a { background-color: #DABFDD; }
a { background-color: rgb(218,191,221); }
div.DivClassName
{
background-color: #DABFDD;
}
.BgClassName
{
background-color: #DABFDD;
}
</style>
border-color css
<style>
span { border-color: #DABFDD; }
span { border-color: rgb(218,191,221); }
td.TdClassName
{
border-color: #DABFDD;
}
.TagClassName
{
border-color: #DABFDD;
}
</style>