Shades of Thistle #DFC2E5
Tints of Thistle #DFC2E5
RGB
CMYK
RGB Variations
Color information
#DFC2E5 (or 0xDFC2E5) is known color: Thistle. HEX triplet: DF, C2 and E5. RGB value is (223,194,229). Sum of RGB (Red+Green+Blue) = 223+194+229=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFC2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2E5 is #203D1A. Grayscale: #CECECE. Windows color (decimal): -2112795 or 15057631. OLE color: 15057631.
HSL color Cylindrical-coordinate representation of color #DFC2E5: hue angle of 289.71º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFC2E5 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 194 | 229 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.10 |
| HSL | 289.71º | 0.4% | 0.83% | - |
| HSV(B) | 289.71º | 0.15% | 0.9% | - |
| XYZ | 63.87 | 59.93 | 82.33 | - |
| YUV | 206.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 229 | 0.03 | 0.15 | 0 | 0.10 | 289.71 | 0.4 | 0.83 |
| Hex | DF | C2 | E5 | 3 | F | 0 | A | 122 | 28 | 53 |
| Octal | 337 | 302 | 345 | 3 | 17 | 0 | 12 | 442 | 50 | 123 |
| Binary | 11011111 | 11000010 | 11100101 | 11 | 1111 | 0 | 1010 | 100100010 | 101000 | 1010011 |
Color Harmonies of #DFC2E5
Complementary color
Monochromatic Colors of #DFC2E5
Black with #DFC2E5
Text Example
Text Example
White with #DFC2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2E5; }
p { color: rgb(223,194,229); }
H1.HeaderClassName
{
color: #DFC2E5;
}
.AnyTagClassName
{
color: #DFC2E5;
}
</style>
background-color css
<style>
a { background-color: #DFC2E5; }
a { background-color: rgb(223,194,229); }
div.DivClassName
{
background-color: #DFC2E5;
}
.BgClassName
{
background-color: #DFC2E5;
}
</style>
border-color css
<style>
span { border-color: #DFC2E5; }
span { border-color: rgb(223,194,229); }
td.TdClassName
{
border-color: #DFC2E5;
}
.TagClassName
{
border-color: #DFC2E5;
}
</style>