Shades of Thistle #DEBFDF
Tints of Thistle #DEBFDF
RGB
CMYK
RGB Variations
Color information
#DEBFDF (or 0xDEBFDF) is known color: Thistle. HEX triplet: DE, BF and DF. RGB value is (222,191,223). Sum of RGB (Red+Green+Blue) = 222+191+223=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFDF is #214020. Grayscale: #CBCBCB. Windows color (decimal): -2179105 or 14663646. OLE color: 14663646.
HSL color Cylindrical-coordinate representation of color #DEBFDF: hue angle of 298.12º degrees, saturation: 0.33, 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 #DEBFDF is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 223 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.13 |
| HSL | 298.13º | 0.33% | 0.81% | - |
| HSV(B) | 298.13º | 0.14% | 0.87% | - |
| XYZ | 62.07 | 58.12 | 77.76 | - |
| YUV | 203.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 223 | 0.00 | 0.14 | 0 | 0.13 | 298.13 | 0.33 | 0.81 |
| Hex | DE | BF | DF | 0 | E | 0 | D | 12A | 21 | 51 |
| Octal | 336 | 277 | 337 | 0 | 16 | 0 | 15 | 452 | 41 | 121 |
| Binary | 11011110 | 10111111 | 11011111 | 0 | 1110 | 0 | 1101 | 100101010 | 100001 | 1010001 |
Color Harmonies of #DEBFDF
Complementary color
Monochromatic Colors of #DEBFDF
Black with #DEBFDF
Text Example
Text Example
White with #DEBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFDF; }
p { color: rgb(222,191,223); }
H1.HeaderClassName
{
color: #DEBFDF;
}
.AnyTagClassName
{
color: #DEBFDF;
}
</style>
background-color css
<style>
a { background-color: #DEBFDF; }
a { background-color: rgb(222,191,223); }
div.DivClassName
{
background-color: #DEBFDF;
}
.BgClassName
{
background-color: #DEBFDF;
}
</style>
border-color css
<style>
span { border-color: #DEBFDF; }
span { border-color: rgb(222,191,223); }
td.TdClassName
{
border-color: #DEBFDF;
}
.TagClassName
{
border-color: #DEBFDF;
}
</style>