Shades of Thistle #DEBFE2
Tints of Thistle #DEBFE2
RGB
CMYK
RGB Variations
Color information
#DEBFE2 (or 0xDEBFE2) is known color: Thistle. HEX triplet: DE, BF and E2. RGB value is (222,191,226). Sum of RGB (Red+Green+Blue) = 222+191+226=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFE2 is #21401D. Grayscale: #CCCCCC. Windows color (decimal): -2179102 or 14860254. OLE color: 14860254.
HSL color Cylindrical-coordinate representation of color #DEBFE2: hue angle of 293.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBFE2 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 191 | 226 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.11 |
| HSL | 293.14º | 0.38% | 0.82% | - |
| HSV(B) | 293.14º | 0.15% | 0.89% | - |
| XYZ | 62.48 | 58.28 | 79.91 | - |
| YUV | 204.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 226 | 0.02 | 0.15 | 0 | 0.11 | 293.14 | 0.38 | 0.82 |
| Hex | DE | BF | E2 | 2 | F | 0 | B | 125 | 26 | 52 |
| Octal | 336 | 277 | 342 | 2 | 17 | 0 | 13 | 445 | 46 | 122 |
| Binary | 11011110 | 10111111 | 11100010 | 10 | 1111 | 0 | 1011 | 100100101 | 100110 | 1010010 |
Color Harmonies of #DEBFE2
Complementary color
Monochromatic Colors of #DEBFE2
Black with #DEBFE2
Text Example
Text Example
White with #DEBFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFE2; }
p { color: rgb(222,191,226); }
H1.HeaderClassName
{
color: #DEBFE2;
}
.AnyTagClassName
{
color: #DEBFE2;
}
</style>
background-color css
<style>
a { background-color: #DEBFE2; }
a { background-color: rgb(222,191,226); }
div.DivClassName
{
background-color: #DEBFE2;
}
.BgClassName
{
background-color: #DEBFE2;
}
</style>
border-color css
<style>
span { border-color: #DEBFE2; }
span { border-color: rgb(222,191,226); }
td.TdClassName
{
border-color: #DEBFE2;
}
.TagClassName
{
border-color: #DEBFE2;
}
</style>