Shades of Thistle #DEBFDC
Tints of Thistle #DEBFDC
RGB
CMYK
RGB Variations
Color information
#DEBFDC (or 0xDEBFDC) is known color: Thistle. HEX triplet: DE, BF and DC. RGB value is (222,191,220). Sum of RGB (Red+Green+Blue) = 222+191+220=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFDC is #214023. Grayscale: #CBCBCB. Windows color (decimal): -2179108 or 14467038. OLE color: 14467038.
HSL color Cylindrical-coordinate representation of color #DEBFDC: hue angle of 303.87º 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 #DEBFDC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 220 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.13 |
| HSL | 303.87º | 0.32% | 0.81% | - |
| HSV(B) | 303.87º | 0.14% | 0.87% | - |
| XYZ | 61.67 | 57.96 | 75.65 | - |
| YUV | 203.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 220 | 0 | 0.14 | 0.01 | 0.13 | 303.87 | 0.32 | 0.81 |
| Hex | DE | BF | DC | 0 | E | 1 | D | 130 | 20 | 51 |
| Octal | 336 | 277 | 334 | 0 | 16 | 1 | 15 | 460 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11011100 | 0 | 1110 | 1 | 1101 | 100110000 | 100000 | 1010001 |
Color Harmonies of #DEBFDC
Complementary color
Monochromatic Colors of #DEBFDC
Black with #DEBFDC
Text Example
Text Example
White with #DEBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFDC; }
p { color: rgb(222,191,220); }
H1.HeaderClassName
{
color: #DEBFDC;
}
.AnyTagClassName
{
color: #DEBFDC;
}
</style>
background-color css
<style>
a { background-color: #DEBFDC; }
a { background-color: rgb(222,191,220); }
div.DivClassName
{
background-color: #DEBFDC;
}
.BgClassName
{
background-color: #DEBFDC;
}
</style>
border-color css
<style>
span { border-color: #DEBFDC; }
span { border-color: rgb(222,191,220); }
td.TdClassName
{
border-color: #DEBFDC;
}
.TagClassName
{
border-color: #DEBFDC;
}
</style>