Shades of Thistle #DEBFE5
Tints of Thistle #DEBFE5
RGB
CMYK
RGB Variations
Color information
#DEBFE5 (or 0xDEBFE5) is known color: Thistle. HEX triplet: DE, BF and E5. RGB value is (222,191,229). Sum of RGB (Red+Green+Blue) = 222+191+229=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFE5 is #21401A. Grayscale: #CCCCCC. Windows color (decimal): -2179099 or 15056862. OLE color: 15056862.
HSL color Cylindrical-coordinate representation of color #DEBFE5: hue angle of 288.95º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBFE5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 191 | 229 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.10 |
| HSL | 288.95º | 0.42% | 0.82% | - |
| HSV(B) | 288.95º | 0.17% | 0.9% | - |
| XYZ | 62.9 | 58.45 | 82.1 | - |
| YUV | 204.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 229 | 0.03 | 0.17 | 0 | 0.10 | 288.95 | 0.42 | 0.82 |
| Hex | DE | BF | E5 | 3 | 11 | 0 | A | 121 | 2A | 52 |
| Octal | 336 | 277 | 345 | 3 | 21 | 0 | 12 | 441 | 52 | 122 |
| Binary | 11011110 | 10111111 | 11100101 | 11 | 10001 | 0 | 1010 | 100100001 | 101010 | 1010010 |
Color Harmonies of #DEBFE5
Complementary color
Monochromatic Colors of #DEBFE5
Black with #DEBFE5
Text Example
Text Example
White with #DEBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFE5; }
p { color: rgb(222,191,229); }
H1.HeaderClassName
{
color: #DEBFE5;
}
.AnyTagClassName
{
color: #DEBFE5;
}
</style>
background-color css
<style>
a { background-color: #DEBFE5; }
a { background-color: rgb(222,191,229); }
div.DivClassName
{
background-color: #DEBFE5;
}
.BgClassName
{
background-color: #DEBFE5;
}
</style>
border-color css
<style>
span { border-color: #DEBFE5; }
span { border-color: rgb(222,191,229); }
td.TdClassName
{
border-color: #DEBFE5;
}
.TagClassName
{
border-color: #DEBFE5;
}
</style>