Shades of Thistle #DABEDB
Tints of Thistle #DABEDB
RGB
CMYK
RGB Variations
Color information
#DABEDB (or 0xDABEDB) is known color: Thistle. HEX triplet: DA, BE and DB. RGB value is (218,190,219). Sum of RGB (Red+Green+Blue) = 218+190+219=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #DABEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEDB is #254124. Grayscale: #C9C9C9. Windows color (decimal): -2441509 or 14401242. OLE color: 14401242.
HSL color Cylindrical-coordinate representation of color #DABEDB: hue angle of 297.93º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABEDB is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 190 | 219 | - |
CMYK | 0.00 | 0.13 | 0 | 0.14 |
HSL | 297.93º | 0.29% | 0.8% | - |
HSV(B) | 297.93º | 0.13% | 0.86% | - |
XYZ | 60.11 | 56.85 | 74.82 | - |
YUV | 201.68 | 137.78 | 139.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 190 | 219 | 0.00 | 0.13 | 0 | 0.14 | 297.93 | 0.29 | 0.8 |
Hex | DA | BE | DB | 0 | D | 0 | E | 12A | 1D | 50 |
Octal | 332 | 276 | 333 | 0 | 15 | 0 | 16 | 452 | 35 | 120 |
Binary | 11011010 | 10111110 | 11011011 | 0 | 1101 | 0 | 1110 | 100101010 | 11101 | 1010000 |
Color Harmonies of #DABEDB
Complementary color
Monochromatic Colors of #DABEDB
Black with #DABEDB
Text Example
Text Example
White with #DABEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEDB; }
p { color: rgb(218,190,219); }
H1.HeaderClassName
{
color: #DABEDB;
}
.AnyTagClassName
{
color: #DABEDB;
}
</style>
background-color css
<style>
a { background-color: #DABEDB; }
a { background-color: rgb(218,190,219); }
div.DivClassName
{
background-color: #DABEDB;
}
.BgClassName
{
background-color: #DABEDB;
}
</style>
border-color css
<style>
span { border-color: #DABEDB; }
span { border-color: rgb(218,190,219); }
td.TdClassName
{
border-color: #DABEDB;
}
.TagClassName
{
border-color: #DABEDB;
}
</style>