Shades of Thistle #DFC8E0
Tints of Thistle #DFC8E0
RGB
CMYK
RGB Variations
Color information
#DFC8E0 (or 0xDFC8E0) is known color: Thistle. HEX triplet: DF, C8 and E0. RGB value is (223,200,224). Sum of RGB (Red+Green+Blue) = 223+200+224=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFC8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8E0 is #20371F. Grayscale: #D1D1D1. Windows color (decimal): -2111264 or 14731487. OLE color: 14731487.
HSL color Cylindrical-coordinate representation of color #DFC8E0: hue angle of 297.5º 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 #DFC8E0 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 200 | 224 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.12 |
| HSL | 297.5º | 0.28% | 0.83% | - |
| HSV(B) | 297.5º | 0.11% | 0.88% | - |
| XYZ | 64.54 | 62.38 | 79.16 | - |
| YUV | 209.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 224 | 0.00 | 0.11 | 0 | 0.12 | 297.5 | 0.28 | 0.83 |
| Hex | DF | C8 | E0 | 0 | B | 0 | C | 12A | 1C | 53 |
| Octal | 337 | 310 | 340 | 0 | 13 | 0 | 14 | 452 | 34 | 123 |
| Binary | 11011111 | 11001000 | 11100000 | 0 | 1011 | 0 | 1100 | 100101010 | 11100 | 1010011 |
Color Harmonies of #DFC8E0
Complementary color
Monochromatic Colors of #DFC8E0
Black with #DFC8E0
Text Example
Text Example
White with #DFC8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8E0; }
p { color: rgb(223,200,224); }
H1.HeaderClassName
{
color: #DFC8E0;
}
.AnyTagClassName
{
color: #DFC8E0;
}
</style>
background-color css
<style>
a { background-color: #DFC8E0; }
a { background-color: rgb(223,200,224); }
div.DivClassName
{
background-color: #DFC8E0;
}
.BgClassName
{
background-color: #DFC8E0;
}
</style>
border-color css
<style>
span { border-color: #DFC8E0; }
span { border-color: rgb(223,200,224); }
td.TdClassName
{
border-color: #DFC8E0;
}
.TagClassName
{
border-color: #DFC8E0;
}
</style>