Shades of Thistle #DECCDC
Tints of Thistle #DECCDC
RGB
CMYK
RGB Variations
Color information
#DECCDC (or 0xDECCDC) is known color: Thistle. HEX triplet: DE, CC and DC. RGB value is (222,204,220). Sum of RGB (Red+Green+Blue) = 222+204+220=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCDC is #213323. Grayscale: #D3D3D3. Windows color (decimal): -2175780 or 14470366. OLE color: 14470366.
HSL color Cylindrical-coordinate representation of color #DECCDC: hue angle of 306.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECCDC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 220 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.13 |
| HSL | 306.67º | 0.21% | 0.84% | - |
| HSV(B) | 306.67º | 0.08% | 0.87% | - |
| XYZ | 64.64 | 63.88 | 76.63 | - |
| YUV | 211.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 220 | 0 | 0.08 | 0.01 | 0.13 | 306.67 | 0.21 | 0.84 |
| Hex | DE | CC | DC | 0 | 8 | 1 | D | 133 | 15 | 54 |
| Octal | 336 | 314 | 334 | 0 | 10 | 1 | 15 | 463 | 25 | 124 |
| Binary | 11011110 | 11001100 | 11011100 | 0 | 1000 | 1 | 1101 | 100110011 | 10101 | 1010100 |
Color Harmonies of #DECCDC
Complementary color
Monochromatic Colors of #DECCDC
Black with #DECCDC
Text Example
Text Example
White with #DECCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCDC; }
p { color: rgb(222,204,220); }
H1.HeaderClassName
{
color: #DECCDC;
}
.AnyTagClassName
{
color: #DECCDC;
}
</style>
background-color css
<style>
a { background-color: #DECCDC; }
a { background-color: rgb(222,204,220); }
div.DivClassName
{
background-color: #DECCDC;
}
.BgClassName
{
background-color: #DECCDC;
}
</style>
border-color css
<style>
span { border-color: #DECCDC; }
span { border-color: rgb(222,204,220); }
td.TdClassName
{
border-color: #DECCDC;
}
.TagClassName
{
border-color: #DECCDC;
}
</style>