Shades of Thistle #DABEE1
Tints of Thistle #DABEE1
RGB
CMYK
RGB Variations
Color information
#DABEE1 (or 0xDABEE1) is known color: Thistle. HEX triplet: DA, BE and E1. RGB value is (218,190,225). Sum of RGB (Red+Green+Blue) = 218+190+225=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #DABEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEE1 is #25411E. Grayscale: #CACACA. Windows color (decimal): -2441503 or 14794458. OLE color: 14794458.
HSL color Cylindrical-coordinate representation of color #DABEE1: hue angle of 288º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABEE1 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 190 | 225 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.12 |
| HSL | 288º | 0.37% | 0.81% | - |
| HSV(B) | 288º | 0.16% | 0.88% | - |
| XYZ | 60.92 | 57.17 | 79.06 | - |
| YUV | 202.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 225 | 0.03 | 0.16 | 0 | 0.12 | 288 | 0.37 | 0.81 |
| Hex | DA | BE | E1 | 3 | 10 | 0 | C | 120 | 25 | 51 |
| Octal | 332 | 276 | 341 | 3 | 20 | 0 | 14 | 440 | 45 | 121 |
| Binary | 11011010 | 10111110 | 11100001 | 11 | 10000 | 0 | 1100 | 100100000 | 100101 | 1010001 |
Color Harmonies of #DABEE1
Complementary color
Monochromatic Colors of #DABEE1
Black with #DABEE1
Text Example
Text Example
White with #DABEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEE1; }
p { color: rgb(218,190,225); }
H1.HeaderClassName
{
color: #DABEE1;
}
.AnyTagClassName
{
color: #DABEE1;
}
</style>
background-color css
<style>
a { background-color: #DABEE1; }
a { background-color: rgb(218,190,225); }
div.DivClassName
{
background-color: #DABEE1;
}
.BgClassName
{
background-color: #DABEE1;
}
</style>
border-color css
<style>
span { border-color: #DABEE1; }
span { border-color: rgb(218,190,225); }
td.TdClassName
{
border-color: #DABEE1;
}
.TagClassName
{
border-color: #DABEE1;
}
</style>