Shades of Thistle #DABCE2
Tints of Thistle #DABCE2
RGB
CMYK
RGB Variations
Color information
#DABCE2 (or 0xDABCE2) is known color: Thistle. HEX triplet: DA, BC and E2. RGB value is (218,188,226). Sum of RGB (Red+Green+Blue) = 218+188+226=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #DABCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCE2 is #25431D. Grayscale: #C9C9C9. Windows color (decimal): -2442014 or 14859482. OLE color: 14859482.
HSL color Cylindrical-coordinate representation of color #DABCE2: hue angle of 287.37º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABCE2 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 188 | 226 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.11 |
| HSL | 287.37º | 0.4% | 0.81% | - |
| HSV(B) | 287.37º | 0.17% | 0.89% | - |
| XYZ | 60.62 | 56.36 | 79.64 | - |
| YUV | 201.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 226 | 0.04 | 0.17 | 0 | 0.11 | 287.37 | 0.4 | 0.81 |
| Hex | DA | BC | E2 | 4 | 11 | 0 | B | 11F | 28 | 51 |
| Octal | 332 | 274 | 342 | 4 | 21 | 0 | 13 | 437 | 50 | 121 |
| Binary | 11011010 | 10111100 | 11100010 | 100 | 10001 | 0 | 1011 | 100011111 | 101000 | 1010001 |
Color Harmonies of #DABCE2
Complementary color
Monochromatic Colors of #DABCE2
Black with #DABCE2
Text Example
Text Example
White with #DABCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCE2; }
p { color: rgb(218,188,226); }
H1.HeaderClassName
{
color: #DABCE2;
}
.AnyTagClassName
{
color: #DABCE2;
}
</style>
background-color css
<style>
a { background-color: #DABCE2; }
a { background-color: rgb(218,188,226); }
div.DivClassName
{
background-color: #DABCE2;
}
.BgClassName
{
background-color: #DABCE2;
}
</style>
border-color css
<style>
span { border-color: #DABCE2; }
span { border-color: rgb(218,188,226); }
td.TdClassName
{
border-color: #DABCE2;
}
.TagClassName
{
border-color: #DABCE2;
}
</style>