Shades of Thistle #DEC2DF
Tints of Thistle #DEC2DF
RGB
CMYK
RGB Variations
Color information
#DEC2DF (or 0xDEC2DF) is known color: Thistle. HEX triplet: DE, C2 and DF. RGB value is (222,194,223). Sum of RGB (Red+Green+Blue) = 222+194+223=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2DF is #213D20. Grayscale: #CDCDCD. Windows color (decimal): -2178337 or 14664414. OLE color: 14664414.
HSL color Cylindrical-coordinate representation of color #DEC2DF: hue angle of 297.93º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC2DF is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 223 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.13 |
| HSL | 297.93º | 0.31% | 0.82% | - |
| HSV(B) | 297.93º | 0.13% | 0.87% | - |
| XYZ | 62.74 | 59.44 | 77.98 | - |
| YUV | 205.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 223 | 0.00 | 0.13 | 0 | 0.13 | 297.93 | 0.31 | 0.82 |
| Hex | DE | C2 | DF | 0 | D | 0 | D | 12A | 1F | 52 |
| Octal | 336 | 302 | 337 | 0 | 15 | 0 | 15 | 452 | 37 | 122 |
| Binary | 11011110 | 11000010 | 11011111 | 0 | 1101 | 0 | 1101 | 100101010 | 11111 | 1010010 |
Color Harmonies of #DEC2DF
Complementary color
Monochromatic Colors of #DEC2DF
Black with #DEC2DF
Text Example
Text Example
White with #DEC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2DF; }
p { color: rgb(222,194,223); }
H1.HeaderClassName
{
color: #DEC2DF;
}
.AnyTagClassName
{
color: #DEC2DF;
}
</style>
background-color css
<style>
a { background-color: #DEC2DF; }
a { background-color: rgb(222,194,223); }
div.DivClassName
{
background-color: #DEC2DF;
}
.BgClassName
{
background-color: #DEC2DF;
}
</style>
border-color css
<style>
span { border-color: #DEC2DF; }
span { border-color: rgb(222,194,223); }
td.TdClassName
{
border-color: #DEC2DF;
}
.TagClassName
{
border-color: #DEC2DF;
}
</style>