Shades of Thistle #DABEDC
Tints of Thistle #DABEDC
RGB
CMYK
RGB Variations
Color information
#DABEDC (or 0xDABEDC) is known color: Thistle. HEX triplet: DA, BE and DC. RGB value is (218,190,220). Sum of RGB (Red+Green+Blue) = 218+190+220=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #DABEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEDC is #254123. Grayscale: #C9C9C9. Windows color (decimal): -2441508 or 14466778. OLE color: 14466778.
HSL color Cylindrical-coordinate representation of color #DABEDC: hue angle of 296º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABEDC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 190 | 220 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.14 |
| HSL | 296º | 0.3% | 0.8% | - |
| HSV(B) | 296º | 0.14% | 0.86% | - |
| XYZ | 60.25 | 56.9 | 75.52 | - |
| YUV | 201.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 220 | 0.01 | 0.14 | 0 | 0.14 | 296 | 0.3 | 0.8 |
| Hex | DA | BE | DC | 1 | E | 0 | E | 128 | 1E | 50 |
| Octal | 332 | 276 | 334 | 1 | 16 | 0 | 16 | 450 | 36 | 120 |
| Binary | 11011010 | 10111110 | 11011100 | 1 | 1110 | 0 | 1110 | 100101000 | 11110 | 1010000 |
Color Harmonies of #DABEDC
Complementary color
Monochromatic Colors of #DABEDC
Black with #DABEDC
Text Example
Text Example
White with #DABEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEDC; }
p { color: rgb(218,190,220); }
H1.HeaderClassName
{
color: #DABEDC;
}
.AnyTagClassName
{
color: #DABEDC;
}
</style>
background-color css
<style>
a { background-color: #DABEDC; }
a { background-color: rgb(218,190,220); }
div.DivClassName
{
background-color: #DABEDC;
}
.BgClassName
{
background-color: #DABEDC;
}
</style>
border-color css
<style>
span { border-color: #DABEDC; }
span { border-color: rgb(218,190,220); }
td.TdClassName
{
border-color: #DABEDC;
}
.TagClassName
{
border-color: #DABEDC;
}
</style>