Shades of Thistle #DEBFDE
Tints of Thistle #DEBFDE
RGB
CMYK
RGB Variations
Color information
#DEBFDE (or 0xDEBFDE) is known color: Thistle. HEX triplet: DE, BF and DE. RGB value is (222,191,222). Sum of RGB (Red+Green+Blue) = 222+191+222=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFDE is #214021. Grayscale: #CBCBCB. Windows color (decimal): -2179106 or 14598110. OLE color: 14598110.
HSL color Cylindrical-coordinate representation of color #DEBFDE: hue angle of 300º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBFDE is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 222 | - |
| CMYK | 0 | 0.14 | 0 | 0.13 |
| HSL | 300º | 0.32% | 0.81% | - |
| HSV(B) | 300º | 0.14% | 0.87% | - |
| XYZ | 61.94 | 58.07 | 77.05 | - |
| YUV | 203.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 222 | 0 | 0.14 | 0 | 0.13 | 300 | 0.32 | 0.81 |
| Hex | DE | BF | DE | 0 | E | 0 | D | 12C | 20 | 51 |
| Octal | 336 | 277 | 336 | 0 | 16 | 0 | 15 | 454 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11011110 | 0 | 1110 | 0 | 1101 | 100101100 | 100000 | 1010001 |
Color Harmonies of #DEBFDE
Complementary color
Monochromatic Colors of #DEBFDE
Black with #DEBFDE
Text Example
Text Example
White with #DEBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFDE; }
p { color: rgb(222,191,222); }
H1.HeaderClassName
{
color: #DEBFDE;
}
.AnyTagClassName
{
color: #DEBFDE;
}
</style>
background-color css
<style>
a { background-color: #DEBFDE; }
a { background-color: rgb(222,191,222); }
div.DivClassName
{
background-color: #DEBFDE;
}
.BgClassName
{
background-color: #DEBFDE;
}
</style>
border-color css
<style>
span { border-color: #DEBFDE; }
span { border-color: rgb(222,191,222); }
td.TdClassName
{
border-color: #DEBFDE;
}
.TagClassName
{
border-color: #DEBFDE;
}
</style>