Shades of Thistle #DEBBE0
Tints of Thistle #DEBBE0
RGB
CMYK
RGB Variations
Color information
#DEBBE0 (or 0xDEBBE0) is known color: Thistle. HEX triplet: DE, BB and E0. RGB value is (222,187,224). Sum of RGB (Red+Green+Blue) = 222+187+224=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBE0 is #21441F. Grayscale: #C9C9C9. Windows color (decimal): -2180128 or 14728158. OLE color: 14728158.
HSL color Cylindrical-coordinate representation of color #DEBBE0: hue angle of 296.76º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBBE0 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 187 | 224 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.12 |
| HSL | 296.76º | 0.37% | 0.81% | - |
| HSV(B) | 296.76º | 0.17% | 0.88% | - |
| XYZ | 61.35 | 56.45 | 78.18 | - |
| YUV | 201.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 224 | 0.01 | 0.17 | 0 | 0.12 | 296.76 | 0.37 | 0.81 |
| Hex | DE | BB | E0 | 1 | 11 | 0 | C | 129 | 25 | 51 |
| Octal | 336 | 273 | 340 | 1 | 21 | 0 | 14 | 451 | 45 | 121 |
| Binary | 11011110 | 10111011 | 11100000 | 1 | 10001 | 0 | 1100 | 100101001 | 100101 | 1010001 |
Color Harmonies of #DEBBE0
Complementary color
Monochromatic Colors of #DEBBE0
Black with #DEBBE0
Text Example
Text Example
White with #DEBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBE0; }
p { color: rgb(222,187,224); }
H1.HeaderClassName
{
color: #DEBBE0;
}
.AnyTagClassName
{
color: #DEBBE0;
}
</style>
background-color css
<style>
a { background-color: #DEBBE0; }
a { background-color: rgb(222,187,224); }
div.DivClassName
{
background-color: #DEBBE0;
}
.BgClassName
{
background-color: #DEBBE0;
}
</style>
border-color css
<style>
span { border-color: #DEBBE0; }
span { border-color: rgb(222,187,224); }
td.TdClassName
{
border-color: #DEBBE0;
}
.TagClassName
{
border-color: #DEBBE0;
}
</style>