Shades of Thistle #DECCDD
Tints of Thistle #DECCDD
RGB
CMYK
RGB Variations
Color information
#DECCDD (or 0xDECCDD) is known color: Thistle. HEX triplet: DE, CC and DD. RGB value is (222,204,221). Sum of RGB (Red+Green+Blue) = 222+204+221=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCDD is #213322. Grayscale: #D3D3D3. Windows color (decimal): -2175779 or 14535902. OLE color: 14535902.
HSL color Cylindrical-coordinate representation of color #DECCDD: hue angle of 303.33º 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 #DECCDD is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 204 | 221 | - |
CMYK | 0 | 0.08 | 0.00 | 0.13 |
HSL | 303.33º | 0.21% | 0.84% | - |
HSV(B) | 303.33º | 0.08% | 0.87% | - |
XYZ | 64.77 | 63.94 | 77.33 | - |
YUV | 211.32 | 133.46 | 135.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 204 | 221 | 0 | 0.08 | 0.00 | 0.13 | 303.33 | 0.21 | 0.84 |
Hex | DE | CC | DD | 0 | 8 | 0 | D | 12F | 15 | 54 |
Octal | 336 | 314 | 335 | 0 | 10 | 0 | 15 | 457 | 25 | 124 |
Binary | 11011110 | 11001100 | 11011101 | 0 | 1000 | 0 | 1101 | 100101111 | 10101 | 1010100 |
Color Harmonies of #DECCDD
Complementary color
Monochromatic Colors of #DECCDD
Black with #DECCDD
Text Example
Text Example
White with #DECCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCDD; }
p { color: rgb(222,204,221); }
H1.HeaderClassName
{
color: #DECCDD;
}
.AnyTagClassName
{
color: #DECCDD;
}
</style>
background-color css
<style>
a { background-color: #DECCDD; }
a { background-color: rgb(222,204,221); }
div.DivClassName
{
background-color: #DECCDD;
}
.BgClassName
{
background-color: #DECCDD;
}
</style>
border-color css
<style>
span { border-color: #DECCDD; }
span { border-color: rgb(222,204,221); }
td.TdClassName
{
border-color: #DECCDD;
}
.TagClassName
{
border-color: #DECCDD;
}
</style>