Shades of Thistle #DFC0E5
Tints of Thistle #DFC0E5
RGB
CMYK
RGB Variations
Color information
#DFC0E5 (or 0xDFC0E5) is known color: Thistle. HEX triplet: DF, C0 and E5. RGB value is (223,192,229). Sum of RGB (Red+Green+Blue) = 223+192+229=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFC0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0E5 is #203F1A. Grayscale: #CDCDCD. Windows color (decimal): -2113307 or 15057119. OLE color: 15057119.
HSL color Cylindrical-coordinate representation of color #DFC0E5: hue angle of 290.27º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC0E5 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 192 | 229 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.10 |
| HSL | 290.27º | 0.42% | 0.83% | - |
| HSV(B) | 290.27º | 0.16% | 0.9% | - |
| XYZ | 63.42 | 59.04 | 82.18 | - |
| YUV | 205.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 229 | 0.03 | 0.16 | 0 | 0.10 | 290.27 | 0.42 | 0.83 |
| Hex | DF | C0 | E5 | 3 | 10 | 0 | A | 122 | 2A | 53 |
| Octal | 337 | 300 | 345 | 3 | 20 | 0 | 12 | 442 | 52 | 123 |
| Binary | 11011111 | 11000000 | 11100101 | 11 | 10000 | 0 | 1010 | 100100010 | 101010 | 1010011 |
Color Harmonies of #DFC0E5
Complementary color
Monochromatic Colors of #DFC0E5
Black with #DFC0E5
Text Example
Text Example
White with #DFC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0E5; }
p { color: rgb(223,192,229); }
H1.HeaderClassName
{
color: #DFC0E5;
}
.AnyTagClassName
{
color: #DFC0E5;
}
</style>
background-color css
<style>
a { background-color: #DFC0E5; }
a { background-color: rgb(223,192,229); }
div.DivClassName
{
background-color: #DFC0E5;
}
.BgClassName
{
background-color: #DFC0E5;
}
</style>
border-color css
<style>
span { border-color: #DFC0E5; }
span { border-color: rgb(223,192,229); }
td.TdClassName
{
border-color: #DFC0E5;
}
.TagClassName
{
border-color: #DFC0E5;
}
</style>