Shades of Thistle #DFC0E6
Tints of Thistle #DFC0E6
RGB
CMYK
RGB Variations
Color information
#DFC0E6 (or 0xDFC0E6) is known color: Thistle. HEX triplet: DF, C0 and E6. RGB value is (223,192,230). Sum of RGB (Red+Green+Blue) = 223+192+230=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFC0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0E6 is #203F19. Grayscale: #CDCDCD. Windows color (decimal): -2113306 or 15122655. OLE color: 15122655.
HSL color Cylindrical-coordinate representation of color #DFC0E6: hue angle of 288.95º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC0E6 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 192 | 230 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.10 |
| HSL | 288.95º | 0.43% | 0.83% | - |
| HSV(B) | 288.95º | 0.17% | 0.9% | - |
| XYZ | 63.56 | 59.1 | 82.92 | - |
| YUV | 205.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 230 | 0.03 | 0.17 | 0 | 0.10 | 288.95 | 0.43 | 0.83 |
| Hex | DF | C0 | E6 | 3 | 11 | 0 | A | 121 | 2B | 53 |
| Octal | 337 | 300 | 346 | 3 | 21 | 0 | 12 | 441 | 53 | 123 |
| Binary | 11011111 | 11000000 | 11100110 | 11 | 10001 | 0 | 1010 | 100100001 | 101011 | 1010011 |
Color Harmonies of #DFC0E6
Complementary color
Monochromatic Colors of #DFC0E6
Black with #DFC0E6
Text Example
Text Example
White with #DFC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0E6; }
p { color: rgb(223,192,230); }
H1.HeaderClassName
{
color: #DFC0E6;
}
.AnyTagClassName
{
color: #DFC0E6;
}
</style>
background-color css
<style>
a { background-color: #DFC0E6; }
a { background-color: rgb(223,192,230); }
div.DivClassName
{
background-color: #DFC0E6;
}
.BgClassName
{
background-color: #DFC0E6;
}
</style>
border-color css
<style>
span { border-color: #DFC0E6; }
span { border-color: rgb(223,192,230); }
td.TdClassName
{
border-color: #DFC0E6;
}
.TagClassName
{
border-color: #DFC0E6;
}
</style>