Shades of Thistle #DEBBE2
Tints of Thistle #DEBBE2
RGB
CMYK
RGB Variations
Color information
#DEBBE2 (or 0xDEBBE2) is known color: Thistle. HEX triplet: DE, BB and E2. RGB value is (222,187,226). Sum of RGB (Red+Green+Blue) = 222+187+226=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBE2 is #21441D. Grayscale: #C9C9C9. Windows color (decimal): -2180126 or 14859230. OLE color: 14859230.
HSL color Cylindrical-coordinate representation of color #DEBBE2: hue angle of 293.85º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBBE2 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 187 | 226 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.11 |
| HSL | 293.85º | 0.4% | 0.81% | - |
| HSV(B) | 293.85º | 0.17% | 0.89% | - |
| XYZ | 61.62 | 56.56 | 79.62 | - |
| YUV | 201.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 226 | 0.02 | 0.17 | 0 | 0.11 | 293.85 | 0.4 | 0.81 |
| Hex | DE | BB | E2 | 2 | 11 | 0 | B | 126 | 28 | 51 |
| Octal | 336 | 273 | 342 | 2 | 21 | 0 | 13 | 446 | 50 | 121 |
| Binary | 11011110 | 10111011 | 11100010 | 10 | 10001 | 0 | 1011 | 100100110 | 101000 | 1010001 |
Color Harmonies of #DEBBE2
Complementary color
Monochromatic Colors of #DEBBE2
Black with #DEBBE2
Text Example
Text Example
White with #DEBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBE2; }
p { color: rgb(222,187,226); }
H1.HeaderClassName
{
color: #DEBBE2;
}
.AnyTagClassName
{
color: #DEBBE2;
}
</style>
background-color css
<style>
a { background-color: #DEBBE2; }
a { background-color: rgb(222,187,226); }
div.DivClassName
{
background-color: #DEBBE2;
}
.BgClassName
{
background-color: #DEBBE2;
}
</style>
border-color css
<style>
span { border-color: #DEBBE2; }
span { border-color: rgb(222,187,226); }
td.TdClassName
{
border-color: #DEBBE2;
}
.TagClassName
{
border-color: #DEBBE2;
}
</style>