Shades of Thistle #DEBCDF
Tints of Thistle #DEBCDF
RGB
CMYK
RGB Variations
Color information
#DEBCDF (or 0xDEBCDF) is known color: Thistle. HEX triplet: DE, BC and DF. RGB value is (222,188,223). Sum of RGB (Red+Green+Blue) = 222+188+223=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCDF is #214320. Grayscale: #CACACA. Windows color (decimal): -2179873 or 14662878. OLE color: 14662878.
HSL color Cylindrical-coordinate representation of color #DEBCDF: hue angle of 298.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBCDF is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 223 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.13 |
| HSL | 298.29º | 0.35% | 0.81% | - |
| HSV(B) | 298.29º | 0.16% | 0.87% | - |
| XYZ | 61.43 | 56.82 | 77.54 | - |
| YUV | 202.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 223 | 0.00 | 0.16 | 0 | 0.13 | 298.29 | 0.35 | 0.81 |
| Hex | DE | BC | DF | 0 | 10 | 0 | D | 12A | 23 | 51 |
| Octal | 336 | 274 | 337 | 0 | 20 | 0 | 15 | 452 | 43 | 121 |
| Binary | 11011110 | 10111100 | 11011111 | 0 | 10000 | 0 | 1101 | 100101010 | 100011 | 1010001 |
Color Harmonies of #DEBCDF
Complementary color
Monochromatic Colors of #DEBCDF
Black with #DEBCDF
Text Example
Text Example
White with #DEBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCDF; }
p { color: rgb(222,188,223); }
H1.HeaderClassName
{
color: #DEBCDF;
}
.AnyTagClassName
{
color: #DEBCDF;
}
</style>
background-color css
<style>
a { background-color: #DEBCDF; }
a { background-color: rgb(222,188,223); }
div.DivClassName
{
background-color: #DEBCDF;
}
.BgClassName
{
background-color: #DEBCDF;
}
</style>
border-color css
<style>
span { border-color: #DEBCDF; }
span { border-color: rgb(222,188,223); }
td.TdClassName
{
border-color: #DEBCDF;
}
.TagClassName
{
border-color: #DEBCDF;
}
</style>