Shades of Thistle #DEC7DF
Tints of Thistle #DEC7DF
RGB
CMYK
RGB Variations
Color information
#DEC7DF (or 0xDEC7DF) is known color: Thistle. HEX triplet: DE, C7 and DF. RGB value is (222,199,223). Sum of RGB (Red+Green+Blue) = 222+199+223=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7DF is #213820. Grayscale: #D0D0D0. Windows color (decimal): -2177057 or 14665694. OLE color: 14665694.
HSL color Cylindrical-coordinate representation of color #DEC7DF: hue angle of 297.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEC7DF is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 223 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.13 |
| HSL | 297.5º | 0.27% | 0.83% | - |
| HSV(B) | 297.5º | 0.11% | 0.87% | - |
| XYZ | 63.87 | 61.7 | 78.36 | - |
| YUV | 208.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 223 | 0.00 | 0.11 | 0 | 0.13 | 297.5 | 0.27 | 0.83 |
| Hex | DE | C7 | DF | 0 | B | 0 | D | 12A | 1B | 53 |
| Octal | 336 | 307 | 337 | 0 | 13 | 0 | 15 | 452 | 33 | 123 |
| Binary | 11011110 | 11000111 | 11011111 | 0 | 1011 | 0 | 1101 | 100101010 | 11011 | 1010011 |
Color Harmonies of #DEC7DF
Complementary color
Monochromatic Colors of #DEC7DF
Black with #DEC7DF
Text Example
Text Example
White with #DEC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7DF; }
p { color: rgb(222,199,223); }
H1.HeaderClassName
{
color: #DEC7DF;
}
.AnyTagClassName
{
color: #DEC7DF;
}
</style>
background-color css
<style>
a { background-color: #DEC7DF; }
a { background-color: rgb(222,199,223); }
div.DivClassName
{
background-color: #DEC7DF;
}
.BgClassName
{
background-color: #DEC7DF;
}
</style>
border-color css
<style>
span { border-color: #DEC7DF; }
span { border-color: rgb(222,199,223); }
td.TdClassName
{
border-color: #DEC7DF;
}
.TagClassName
{
border-color: #DEC7DF;
}
</style>