Shades of Thistle #DEBAE3
Tints of Thistle #DEBAE3
RGB
CMYK
RGB Variations
Color information
#DEBAE3 (or 0xDEBAE3) is known color: Thistle. HEX triplet: DE, BA and E3. RGB value is (222,186,227). Sum of RGB (Red+Green+Blue) = 222+186+227=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEBAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAE3 is #21451C. Grayscale: #C9C9C9. Windows color (decimal): -2180381 or 14924510. OLE color: 14924510.
HSL color Cylindrical-coordinate representation of color #DEBAE3: hue angle of 292.68º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEBAE3 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 186 | 227 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.11 |
| HSL | 292.68º | 0.42% | 0.81% | - |
| HSV(B) | 292.68º | 0.18% | 0.89% | - |
| XYZ | 61.55 | 56.19 | 80.28 | - |
| YUV | 201.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 227 | 0.02 | 0.18 | 0 | 0.11 | 292.68 | 0.42 | 0.81 |
| Hex | DE | BA | E3 | 2 | 12 | 0 | B | 125 | 2A | 51 |
| Octal | 336 | 272 | 343 | 2 | 22 | 0 | 13 | 445 | 52 | 121 |
| Binary | 11011110 | 10111010 | 11100011 | 10 | 10010 | 0 | 1011 | 100100101 | 101010 | 1010001 |
Color Harmonies of #DEBAE3
Complementary color
Monochromatic Colors of #DEBAE3
Black with #DEBAE3
Text Example
Text Example
White with #DEBAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAE3; }
p { color: rgb(222,186,227); }
H1.HeaderClassName
{
color: #DEBAE3;
}
.AnyTagClassName
{
color: #DEBAE3;
}
</style>
background-color css
<style>
a { background-color: #DEBAE3; }
a { background-color: rgb(222,186,227); }
div.DivClassName
{
background-color: #DEBAE3;
}
.BgClassName
{
background-color: #DEBAE3;
}
</style>
border-color css
<style>
span { border-color: #DEBAE3; }
span { border-color: rgb(222,186,227); }
td.TdClassName
{
border-color: #DEBAE3;
}
.TagClassName
{
border-color: #DEBAE3;
}
</style>