Shades of Thistle #DEBAE6
Tints of Thistle #DEBAE6
RGB
CMYK
RGB Variations
Color information
#DEBAE6 (or 0xDEBAE6) is known color: Thistle. HEX triplet: DE, BA and E6. RGB value is (222,186,230). Sum of RGB (Red+Green+Blue) = 222+186+230=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEBAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAE6 is #214519. Grayscale: #C9C9C9. Windows color (decimal): -2180378 or 15121118. OLE color: 15121118.
HSL color Cylindrical-coordinate representation of color #DEBAE6: hue angle of 289.09º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEBAE6 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 186 | 230 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.10 |
| HSL | 289.09º | 0.47% | 0.82% | - |
| HSV(B) | 289.09º | 0.19% | 0.9% | - |
| XYZ | 61.97 | 56.36 | 82.48 | - |
| YUV | 201.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 230 | 0.03 | 0.19 | 0 | 0.10 | 289.09 | 0.47 | 0.82 |
| Hex | DE | BA | E6 | 3 | 13 | 0 | A | 121 | 2F | 52 |
| Octal | 336 | 272 | 346 | 3 | 23 | 0 | 12 | 441 | 57 | 122 |
| Binary | 11011110 | 10111010 | 11100110 | 11 | 10011 | 0 | 1010 | 100100001 | 101111 | 1010010 |
Color Harmonies of #DEBAE6
Complementary color
Monochromatic Colors of #DEBAE6
Black with #DEBAE6
Text Example
Text Example
White with #DEBAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAE6; }
p { color: rgb(222,186,230); }
H1.HeaderClassName
{
color: #DEBAE6;
}
.AnyTagClassName
{
color: #DEBAE6;
}
</style>
background-color css
<style>
a { background-color: #DEBAE6; }
a { background-color: rgb(222,186,230); }
div.DivClassName
{
background-color: #DEBAE6;
}
.BgClassName
{
background-color: #DEBAE6;
}
</style>
border-color css
<style>
span { border-color: #DEBAE6; }
span { border-color: rgb(222,186,230); }
td.TdClassName
{
border-color: #DEBAE6;
}
.TagClassName
{
border-color: #DEBAE6;
}
</style>