Shades of Thistle #DFC3E4
Tints of Thistle #DFC3E4
RGB
CMYK
RGB Variations
Color information
#DFC3E4 (or 0xDFC3E4) is known color: Thistle. HEX triplet: DF, C3 and E4. RGB value is (223,195,228). Sum of RGB (Red+Green+Blue) = 223+195+228=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFC3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3E4 is #203C1B. Grayscale: #CFCFCF. Windows color (decimal): -2112540 or 14992351. OLE color: 14992351.
HSL color Cylindrical-coordinate representation of color #DFC3E4: hue angle of 290.91º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC3E4 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 195 | 228 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.11 |
| HSL | 290.91º | 0.38% | 0.83% | - |
| HSV(B) | 290.91º | 0.14% | 0.89% | - |
| XYZ | 63.95 | 60.32 | 81.67 | - |
| YUV | 207.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 228 | 0.02 | 0.14 | 0 | 0.11 | 290.91 | 0.38 | 0.83 |
| Hex | DF | C3 | E4 | 2 | E | 0 | B | 123 | 26 | 53 |
| Octal | 337 | 303 | 344 | 2 | 16 | 0 | 13 | 443 | 46 | 123 |
| Binary | 11011111 | 11000011 | 11100100 | 10 | 1110 | 0 | 1011 | 100100011 | 100110 | 1010011 |
Color Harmonies of #DFC3E4
Complementary color
Monochromatic Colors of #DFC3E4
Black with #DFC3E4
Text Example
Text Example
White with #DFC3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3E4; }
p { color: rgb(223,195,228); }
H1.HeaderClassName
{
color: #DFC3E4;
}
.AnyTagClassName
{
color: #DFC3E4;
}
</style>
background-color css
<style>
a { background-color: #DFC3E4; }
a { background-color: rgb(223,195,228); }
div.DivClassName
{
background-color: #DFC3E4;
}
.BgClassName
{
background-color: #DFC3E4;
}
</style>
border-color css
<style>
span { border-color: #DFC3E4; }
span { border-color: rgb(223,195,228); }
td.TdClassName
{
border-color: #DFC3E4;
}
.TagClassName
{
border-color: #DFC3E4;
}
</style>