Shades of Thistle #DEC1DF
Tints of Thistle #DEC1DF
RGB
CMYK
RGB Variations
Color information
#DEC1DF (or 0xDEC1DF) is known color: Thistle. HEX triplet: DE, C1 and DF. RGB value is (222,193,223). Sum of RGB (Red+Green+Blue) = 222+193+223=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1DF is #213E20. Grayscale: #CCCCCC. Windows color (decimal): -2178593 or 14664158. OLE color: 14664158.
HSL color Cylindrical-coordinate representation of color #DEC1DF: hue angle of 298º degrees, saturation: 0.32, 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 #DEC1DF is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 223 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.13 |
| HSL | 298º | 0.32% | 0.82% | - |
| HSV(B) | 298º | 0.13% | 0.87% | - |
| XYZ | 62.51 | 59 | 77.9 | - |
| YUV | 205.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 223 | 0.00 | 0.13 | 0 | 0.13 | 298 | 0.32 | 0.82 |
| Hex | DE | C1 | DF | 0 | D | 0 | D | 12A | 20 | 52 |
| Octal | 336 | 301 | 337 | 0 | 15 | 0 | 15 | 452 | 40 | 122 |
| Binary | 11011110 | 11000001 | 11011111 | 0 | 1101 | 0 | 1101 | 100101010 | 100000 | 1010010 |
Color Harmonies of #DEC1DF
Complementary color
Monochromatic Colors of #DEC1DF
Black with #DEC1DF
Text Example
Text Example
White with #DEC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1DF; }
p { color: rgb(222,193,223); }
H1.HeaderClassName
{
color: #DEC1DF;
}
.AnyTagClassName
{
color: #DEC1DF;
}
</style>
background-color css
<style>
a { background-color: #DEC1DF; }
a { background-color: rgb(222,193,223); }
div.DivClassName
{
background-color: #DEC1DF;
}
.BgClassName
{
background-color: #DEC1DF;
}
</style>
border-color css
<style>
span { border-color: #DEC1DF; }
span { border-color: rgb(222,193,223); }
td.TdClassName
{
border-color: #DEC1DF;
}
.TagClassName
{
border-color: #DEC1DF;
}
</style>