Shades of Thistle #DABDE2
Tints of Thistle #DABDE2
RGB
CMYK
RGB Variations
Color information
#DABDE2 (or 0xDABDE2) is known color: Thistle. HEX triplet: DA, BD and E2. RGB value is (218,189,226). Sum of RGB (Red+Green+Blue) = 218+189+226=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #DABDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDE2 is #25421D. Grayscale: #C9C9C9. Windows color (decimal): -2441758 or 14859738. OLE color: 14859738.
HSL color Cylindrical-coordinate representation of color #DABDE2: hue angle of 287.03º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABDE2 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 189 | 226 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.11 |
| HSL | 287.03º | 0.39% | 0.81% | - |
| HSV(B) | 287.03º | 0.16% | 0.89% | - |
| XYZ | 60.84 | 56.79 | 79.71 | - |
| YUV | 201.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 226 | 0.04 | 0.16 | 0 | 0.11 | 287.03 | 0.39 | 0.81 |
| Hex | DA | BD | E2 | 4 | 10 | 0 | B | 11F | 27 | 51 |
| Octal | 332 | 275 | 342 | 4 | 20 | 0 | 13 | 437 | 47 | 121 |
| Binary | 11011010 | 10111101 | 11100010 | 100 | 10000 | 0 | 1011 | 100011111 | 100111 | 1010001 |
Color Harmonies of #DABDE2
Complementary color
Monochromatic Colors of #DABDE2
Black with #DABDE2
Text Example
Text Example
White with #DABDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDE2; }
p { color: rgb(218,189,226); }
H1.HeaderClassName
{
color: #DABDE2;
}
.AnyTagClassName
{
color: #DABDE2;
}
</style>
background-color css
<style>
a { background-color: #DABDE2; }
a { background-color: rgb(218,189,226); }
div.DivClassName
{
background-color: #DABDE2;
}
.BgClassName
{
background-color: #DABDE2;
}
</style>
border-color css
<style>
span { border-color: #DABDE2; }
span { border-color: rgb(218,189,226); }
td.TdClassName
{
border-color: #DABDE2;
}
.TagClassName
{
border-color: #DABDE2;
}
</style>