Shades of Thistle #DEBAE5
Tints of Thistle #DEBAE5
RGB
CMYK
RGB Variations
Color information
#DEBAE5 (or 0xDEBAE5) is known color: Thistle. HEX triplet: DE, BA and E5. RGB value is (222,186,229). Sum of RGB (Red+Green+Blue) = 222+186+229=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAE5 is #21451A. Grayscale: #C9C9C9. Windows color (decimal): -2180379 or 15055582. OLE color: 15055582.
HSL color Cylindrical-coordinate representation of color #DEBAE5: hue angle of 290.23º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEBAE5 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 186 | 229 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.10 |
| HSL | 290.23º | 0.45% | 0.81% | - |
| HSV(B) | 290.23º | 0.19% | 0.9% | - |
| XYZ | 61.83 | 56.3 | 81.74 | - |
| YUV | 201.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 229 | 0.03 | 0.19 | 0 | 0.10 | 290.23 | 0.45 | 0.81 |
| Hex | DE | BA | E5 | 3 | 13 | 0 | A | 122 | 2D | 51 |
| Octal | 336 | 272 | 345 | 3 | 23 | 0 | 12 | 442 | 55 | 121 |
| Binary | 11011110 | 10111010 | 11100101 | 11 | 10011 | 0 | 1010 | 100100010 | 101101 | 1010001 |
Color Harmonies of #DEBAE5
Complementary color
Monochromatic Colors of #DEBAE5
Black with #DEBAE5
Text Example
Text Example
White with #DEBAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAE5; }
p { color: rgb(222,186,229); }
H1.HeaderClassName
{
color: #DEBAE5;
}
.AnyTagClassName
{
color: #DEBAE5;
}
</style>
background-color css
<style>
a { background-color: #DEBAE5; }
a { background-color: rgb(222,186,229); }
div.DivClassName
{
background-color: #DEBAE5;
}
.BgClassName
{
background-color: #DEBAE5;
}
</style>
border-color css
<style>
span { border-color: #DEBAE5; }
span { border-color: rgb(222,186,229); }
td.TdClassName
{
border-color: #DEBAE5;
}
.TagClassName
{
border-color: #DEBAE5;
}
</style>