Shades of Thistle #DEBDDF
Tints of Thistle #DEBDDF
RGB
CMYK
RGB Variations
Color information
#DEBDDF (or 0xDEBDDF) is known color: Thistle. HEX triplet: DE, BD and DF. RGB value is (222,189,223). Sum of RGB (Red+Green+Blue) = 222+189+223=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDDF is #214220. Grayscale: #CACACA. Windows color (decimal): -2179617 or 14663134. OLE color: 14663134.
HSL color Cylindrical-coordinate representation of color #DEBDDF: hue angle of 298.24º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBDDF is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 223 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.13 |
| HSL | 298.24º | 0.35% | 0.81% | - |
| HSV(B) | 298.24º | 0.15% | 0.87% | - |
| XYZ | 61.64 | 57.25 | 77.61 | - |
| YUV | 202.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 223 | 0.00 | 0.15 | 0 | 0.13 | 298.24 | 0.35 | 0.81 |
| Hex | DE | BD | DF | 0 | F | 0 | D | 12A | 23 | 51 |
| Octal | 336 | 275 | 337 | 0 | 17 | 0 | 15 | 452 | 43 | 121 |
| Binary | 11011110 | 10111101 | 11011111 | 0 | 1111 | 0 | 1101 | 100101010 | 100011 | 1010001 |
Color Harmonies of #DEBDDF
Complementary color
Monochromatic Colors of #DEBDDF
Black with #DEBDDF
Text Example
Text Example
White with #DEBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDDF; }
p { color: rgb(222,189,223); }
H1.HeaderClassName
{
color: #DEBDDF;
}
.AnyTagClassName
{
color: #DEBDDF;
}
</style>
background-color css
<style>
a { background-color: #DEBDDF; }
a { background-color: rgb(222,189,223); }
div.DivClassName
{
background-color: #DEBDDF;
}
.BgClassName
{
background-color: #DEBDDF;
}
</style>
border-color css
<style>
span { border-color: #DEBDDF; }
span { border-color: rgb(222,189,223); }
td.TdClassName
{
border-color: #DEBDDF;
}
.TagClassName
{
border-color: #DEBDDF;
}
</style>