Shades of Thistle #DEBCE8
Tints of Thistle #DEBCE8
RGB
CMYK
RGB Variations
Color information
#DEBCE8 (or 0xDEBCE8) is known color: Thistle. HEX triplet: DE, BC and E8. RGB value is (222,188,232). Sum of RGB (Red+Green+Blue) = 222+188+232=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEBCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCE8 is #214317. Grayscale: #CBCBCB. Windows color (decimal): -2179864 or 15252702. OLE color: 15252702.
HSL color Cylindrical-coordinate representation of color #DEBCE8: hue angle of 286.36º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEBCE8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 188 | 232 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.09 |
| HSL | 286.36º | 0.49% | 0.82% | - |
| HSV(B) | 286.36º | 0.19% | 0.91% | - |
| XYZ | 62.67 | 57.32 | 84.11 | - |
| YUV | 203.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 232 | 0.04 | 0.19 | 0 | 0.09 | 286.36 | 0.49 | 0.82 |
| Hex | DE | BC | E8 | 4 | 13 | 0 | 9 | 11E | 31 | 52 |
| Octal | 336 | 274 | 350 | 4 | 23 | 0 | 11 | 436 | 61 | 122 |
| Binary | 11011110 | 10111100 | 11101000 | 100 | 10011 | 0 | 1001 | 100011110 | 110001 | 1010010 |
Color Harmonies of #DEBCE8
Complementary color
Monochromatic Colors of #DEBCE8
Black with #DEBCE8
Text Example
Text Example
White with #DEBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCE8; }
p { color: rgb(222,188,232); }
H1.HeaderClassName
{
color: #DEBCE8;
}
.AnyTagClassName
{
color: #DEBCE8;
}
</style>
background-color css
<style>
a { background-color: #DEBCE8; }
a { background-color: rgb(222,188,232); }
div.DivClassName
{
background-color: #DEBCE8;
}
.BgClassName
{
background-color: #DEBCE8;
}
</style>
border-color css
<style>
span { border-color: #DEBCE8; }
span { border-color: rgb(222,188,232); }
td.TdClassName
{
border-color: #DEBCE8;
}
.TagClassName
{
border-color: #DEBCE8;
}
</style>