Shades of Thistle #DECCDE
Tints of Thistle #DECCDE
RGB
CMYK
RGB Variations
Color information
#DECCDE (or 0xDECCDE) is known color: Thistle. HEX triplet: DE, CC and DE. RGB value is (222,204,222). Sum of RGB (Red+Green+Blue) = 222+204+222=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DECCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCDE is #213321. Grayscale: #D3D3D3. Windows color (decimal): -2175778 or 14601438. OLE color: 14601438.
HSL color Cylindrical-coordinate representation of color #DECCDE: hue angle of 300º 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 #DECCDE is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 222 | - |
| CMYK | 0 | 0.08 | 0 | 0.13 |
| HSL | 300º | 0.21% | 0.84% | - |
| HSV(B) | 300º | 0.08% | 0.87% | - |
| XYZ | 64.9 | 63.99 | 78.04 | - |
| YUV | 211.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 222 | 0 | 0.08 | 0 | 0.13 | 300 | 0.21 | 0.84 |
| Hex | DE | CC | DE | 0 | 8 | 0 | D | 12C | 15 | 54 |
| Octal | 336 | 314 | 336 | 0 | 10 | 0 | 15 | 454 | 25 | 124 |
| Binary | 11011110 | 11001100 | 11011110 | 0 | 1000 | 0 | 1101 | 100101100 | 10101 | 1010100 |
Color Harmonies of #DECCDE
Complementary color
Monochromatic Colors of #DECCDE
Black with #DECCDE
Text Example
Text Example
White with #DECCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCDE; }
p { color: rgb(222,204,222); }
H1.HeaderClassName
{
color: #DECCDE;
}
.AnyTagClassName
{
color: #DECCDE;
}
</style>
background-color css
<style>
a { background-color: #DECCDE; }
a { background-color: rgb(222,204,222); }
div.DivClassName
{
background-color: #DECCDE;
}
.BgClassName
{
background-color: #DECCDE;
}
</style>
border-color css
<style>
span { border-color: #DECCDE; }
span { border-color: rgb(222,204,222); }
td.TdClassName
{
border-color: #DECCDE;
}
.TagClassName
{
border-color: #DECCDE;
}
</style>