Shades of Thistle #DEBFE6
Tints of Thistle #DEBFE6
RGB
CMYK
RGB Variations
Color information
#DEBFE6 (or 0xDEBFE6) is known color: Thistle. HEX triplet: DE, BF and E6. RGB value is (222,191,230). Sum of RGB (Red+Green+Blue) = 222+191+230=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFE6 is #214019. Grayscale: #CCCCCC. Windows color (decimal): -2179098 or 15122398. OLE color: 15122398.
HSL color Cylindrical-coordinate representation of color #DEBFE6: hue angle of 287.69º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBFE6 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 191 | 230 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.10 |
| HSL | 287.69º | 0.44% | 0.83% | - |
| HSV(B) | 287.69º | 0.17% | 0.9% | - |
| XYZ | 63.04 | 58.5 | 82.83 | - |
| YUV | 204.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 230 | 0.03 | 0.17 | 0 | 0.10 | 287.69 | 0.44 | 0.83 |
| Hex | DE | BF | E6 | 3 | 11 | 0 | A | 120 | 2C | 53 |
| Octal | 336 | 277 | 346 | 3 | 21 | 0 | 12 | 440 | 54 | 123 |
| Binary | 11011110 | 10111111 | 11100110 | 11 | 10001 | 0 | 1010 | 100100000 | 101100 | 1010011 |
Color Harmonies of #DEBFE6
Complementary color
Monochromatic Colors of #DEBFE6
Black with #DEBFE6
Text Example
Text Example
White with #DEBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFE6; }
p { color: rgb(222,191,230); }
H1.HeaderClassName
{
color: #DEBFE6;
}
.AnyTagClassName
{
color: #DEBFE6;
}
</style>
background-color css
<style>
a { background-color: #DEBFE6; }
a { background-color: rgb(222,191,230); }
div.DivClassName
{
background-color: #DEBFE6;
}
.BgClassName
{
background-color: #DEBFE6;
}
</style>
border-color css
<style>
span { border-color: #DEBFE6; }
span { border-color: rgb(222,191,230); }
td.TdClassName
{
border-color: #DEBFE6;
}
.TagClassName
{
border-color: #DEBFE6;
}
</style>