Shades of Thistle #DFC3E0
Tints of Thistle #DFC3E0
RGB
CMYK
RGB Variations
Color information
#DFC3E0 (or 0xDFC3E0) is known color: Thistle. HEX triplet: DF, C3 and E0. RGB value is (223,195,224). Sum of RGB (Red+Green+Blue) = 223+195+224=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFC3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3E0 is #203C1F. Grayscale: #CECECE. Windows color (decimal): -2112544 or 14730207. OLE color: 14730207.
HSL color Cylindrical-coordinate representation of color #DFC3E0: hue angle of 297.93º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC3E0 is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 195 | 224 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.12 |
| HSL | 297.93º | 0.32% | 0.82% | - |
| HSV(B) | 297.93º | 0.13% | 0.88% | - |
| XYZ | 63.4 | 60.1 | 78.78 | - |
| YUV | 206.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 224 | 0.00 | 0.13 | 0 | 0.12 | 297.93 | 0.32 | 0.82 |
| Hex | DF | C3 | E0 | 0 | D | 0 | C | 12A | 20 | 52 |
| Octal | 337 | 303 | 340 | 0 | 15 | 0 | 14 | 452 | 40 | 122 |
| Binary | 11011111 | 11000011 | 11100000 | 0 | 1101 | 0 | 1100 | 100101010 | 100000 | 1010010 |
Color Harmonies of #DFC3E0
Complementary color
Monochromatic Colors of #DFC3E0
Black with #DFC3E0
Text Example
Text Example
White with #DFC3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3E0; }
p { color: rgb(223,195,224); }
H1.HeaderClassName
{
color: #DFC3E0;
}
.AnyTagClassName
{
color: #DFC3E0;
}
</style>
background-color css
<style>
a { background-color: #DFC3E0; }
a { background-color: rgb(223,195,224); }
div.DivClassName
{
background-color: #DFC3E0;
}
.BgClassName
{
background-color: #DFC3E0;
}
</style>
border-color css
<style>
span { border-color: #DFC3E0; }
span { border-color: rgb(223,195,224); }
td.TdClassName
{
border-color: #DFC3E0;
}
.TagClassName
{
border-color: #DFC3E0;
}
</style>