Shades of Thistle #DEC6E2
Tints of Thistle #DEC6E2
RGB
CMYK
RGB Variations
Color information
#DEC6E2 (or 0xDEC6E2) is known color: Thistle. HEX triplet: DE, C6 and E2. RGB value is (222,198,226). Sum of RGB (Red+Green+Blue) = 222+198+226=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEC6E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6E2 is #21391D. Grayscale: #D0D0D0. Windows color (decimal): -2177310 or 14862046. OLE color: 14862046.
HSL color Cylindrical-coordinate representation of color #DEC6E2: hue angle of 291.43º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC6E2 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 198 | 226 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.11 |
| HSL | 291.43º | 0.33% | 0.83% | - |
| HSV(B) | 291.43º | 0.12% | 0.89% | - |
| XYZ | 64.05 | 61.41 | 80.43 | - |
| YUV | 208.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 226 | 0.02 | 0.12 | 0 | 0.11 | 291.43 | 0.33 | 0.83 |
| Hex | DE | C6 | E2 | 2 | C | 0 | B | 123 | 21 | 53 |
| Octal | 336 | 306 | 342 | 2 | 14 | 0 | 13 | 443 | 41 | 123 |
| Binary | 11011110 | 11000110 | 11100010 | 10 | 1100 | 0 | 1011 | 100100011 | 100001 | 1010011 |
Color Harmonies of #DEC6E2
Complementary color
Monochromatic Colors of #DEC6E2
Black with #DEC6E2
Text Example
Text Example
White with #DEC6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6E2; }
p { color: rgb(222,198,226); }
H1.HeaderClassName
{
color: #DEC6E2;
}
.AnyTagClassName
{
color: #DEC6E2;
}
</style>
background-color css
<style>
a { background-color: #DEC6E2; }
a { background-color: rgb(222,198,226); }
div.DivClassName
{
background-color: #DEC6E2;
}
.BgClassName
{
background-color: #DEC6E2;
}
</style>
border-color css
<style>
span { border-color: #DEC6E2; }
span { border-color: rgb(222,198,226); }
td.TdClassName
{
border-color: #DEC6E2;
}
.TagClassName
{
border-color: #DEC6E2;
}
</style>