Shades of Thistle #DABEDD
Tints of Thistle #DABEDD
RGB
CMYK
RGB Variations
Color information
#DABEDD (or 0xDABEDD) is known color: Thistle. HEX triplet: DA, BE and DD. RGB value is (218,190,221). Sum of RGB (Red+Green+Blue) = 218+190+221=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #DABEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEDD is #254122. Grayscale: #C9C9C9. Windows color (decimal): -2441507 or 14532314. OLE color: 14532314.
HSL color Cylindrical-coordinate representation of color #DABEDD: hue angle of 294.19º 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 #DABEDD is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 190 | 221 | - |
CMYK | 0.01 | 0.14 | 0 | 0.13 |
HSL | 294.19º | 0.31% | 0.81% | - |
HSV(B) | 294.19º | 0.14% | 0.87% | - |
XYZ | 60.38 | 56.95 | 76.22 | - |
YUV | 201.91 | 138.78 | 139.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 190 | 221 | 0.01 | 0.14 | 0 | 0.13 | 294.19 | 0.31 | 0.81 |
Hex | DA | BE | DD | 1 | E | 0 | D | 126 | 1F | 51 |
Octal | 332 | 276 | 335 | 1 | 16 | 0 | 15 | 446 | 37 | 121 |
Binary | 11011010 | 10111110 | 11011101 | 1 | 1110 | 0 | 1101 | 100100110 | 11111 | 1010001 |
Color Harmonies of #DABEDD
Complementary color
Monochromatic Colors of #DABEDD
Black with #DABEDD
Text Example
Text Example
White with #DABEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEDD; }
p { color: rgb(218,190,221); }
H1.HeaderClassName
{
color: #DABEDD;
}
.AnyTagClassName
{
color: #DABEDD;
}
</style>
background-color css
<style>
a { background-color: #DABEDD; }
a { background-color: rgb(218,190,221); }
div.DivClassName
{
background-color: #DABEDD;
}
.BgClassName
{
background-color: #DABEDD;
}
</style>
border-color css
<style>
span { border-color: #DABEDD; }
span { border-color: rgb(218,190,221); }
td.TdClassName
{
border-color: #DABEDD;
}
.TagClassName
{
border-color: #DABEDD;
}
</style>