Shades of Thistle #DCC8E0
Tints of Thistle #DCC8E0
RGB
CMYK
RGB Variations
Color information
#DCC8E0 (or 0xDCC8E0) is known color: Thistle. HEX triplet: DC, C8 and E0. RGB value is (220,200,224). Sum of RGB (Red+Green+Blue) = 220+200+224=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCC8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8E0 is #23371F. Grayscale: #D0D0D0. Windows color (decimal): -2307872 or 14731484. OLE color: 14731484.
HSL color Cylindrical-coordinate representation of color #DCC8E0: hue angle of 290º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC8E0 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 200 | 224 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.12 |
| HSL | 290º | 0.28% | 0.83% | - |
| HSV(B) | 290º | 0.11% | 0.88% | - |
| XYZ | 63.62 | 61.91 | 79.12 | - |
| YUV | 208.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 224 | 0.02 | 0.11 | 0 | 0.12 | 290 | 0.28 | 0.83 |
| Hex | DC | C8 | E0 | 2 | B | 0 | C | 122 | 1C | 53 |
| Octal | 334 | 310 | 340 | 2 | 13 | 0 | 14 | 442 | 34 | 123 |
| Binary | 11011100 | 11001000 | 11100000 | 10 | 1011 | 0 | 1100 | 100100010 | 11100 | 1010011 |
Color Harmonies of #DCC8E0
Complementary color
Monochromatic Colors of #DCC8E0
Black with #DCC8E0
Text Example
Text Example
White with #DCC8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8E0; }
p { color: rgb(220,200,224); }
H1.HeaderClassName
{
color: #DCC8E0;
}
.AnyTagClassName
{
color: #DCC8E0;
}
</style>
background-color css
<style>
a { background-color: #DCC8E0; }
a { background-color: rgb(220,200,224); }
div.DivClassName
{
background-color: #DCC8E0;
}
.BgClassName
{
background-color: #DCC8E0;
}
</style>
border-color css
<style>
span { border-color: #DCC8E0; }
span { border-color: rgb(220,200,224); }
td.TdClassName
{
border-color: #DCC8E0;
}
.TagClassName
{
border-color: #DCC8E0;
}
</style>