Shades of Thistle #DCCADE
Tints of Thistle #DCCADE
RGB
CMYK
RGB Variations
Color information
#DCCADE (or 0xDCCADE) is known color: Thistle. HEX triplet: DC, CA and DE. RGB value is (220,202,222). Sum of RGB (Red+Green+Blue) = 220+202+222=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCADE is #233521. Grayscale: #D1D1D1. Windows color (decimal): -2307362 or 14600924. OLE color: 14600924.
HSL color Cylindrical-coordinate representation of color #DCCADE: hue angle of 294º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCADE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 202 | 222 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.13 |
| HSL | 294º | 0.23% | 0.83% | - |
| HSV(B) | 294º | 0.09% | 0.87% | - |
| XYZ | 63.82 | 62.73 | 77.85 | - |
| YUV | 209.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 222 | 0.01 | 0.09 | 0 | 0.13 | 294 | 0.23 | 0.83 |
| Hex | DC | CA | DE | 1 | 9 | 0 | D | 126 | 17 | 53 |
| Octal | 334 | 312 | 336 | 1 | 11 | 0 | 15 | 446 | 27 | 123 |
| Binary | 11011100 | 11001010 | 11011110 | 1 | 1001 | 0 | 1101 | 100100110 | 10111 | 1010011 |
Color Harmonies of #DCCADE
Complementary color
Monochromatic Colors of #DCCADE
Black with #DCCADE
Text Example
Text Example
White with #DCCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCADE; }
p { color: rgb(220,202,222); }
H1.HeaderClassName
{
color: #DCCADE;
}
.AnyTagClassName
{
color: #DCCADE;
}
</style>
background-color css
<style>
a { background-color: #DCCADE; }
a { background-color: rgb(220,202,222); }
div.DivClassName
{
background-color: #DCCADE;
}
.BgClassName
{
background-color: #DCCADE;
}
</style>
border-color css
<style>
span { border-color: #DCCADE; }
span { border-color: rgb(220,202,222); }
td.TdClassName
{
border-color: #DCCADE;
}
.TagClassName
{
border-color: #DCCADE;
}
</style>