Shades of Thistle #DFCADC
Tints of Thistle #DFCADC
RGB
CMYK
RGB Variations
Color information
#DFCADC (or 0xDFCADC) is known color: Thistle. HEX triplet: DF, CA and DC. RGB value is (223,202,220). Sum of RGB (Red+Green+Blue) = 223+202+220=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCADC is #203523. Grayscale: #D2D2D2. Windows color (decimal): -2110756 or 14469855. OLE color: 14469855.
HSL color Cylindrical-coordinate representation of color #DFCADC: hue angle of 308.57º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCADC is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 220 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.13 |
| HSL | 308.57º | 0.25% | 0.83% | - |
| HSV(B) | 308.57º | 0.09% | 0.87% | - |
| XYZ | 64.47 | 63.1 | 76.49 | - |
| YUV | 210.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 220 | 0 | 0.09 | 0.01 | 0.13 | 308.57 | 0.25 | 0.83 |
| Hex | DF | CA | DC | 0 | 9 | 1 | D | 135 | 19 | 53 |
| Octal | 337 | 312 | 334 | 0 | 11 | 1 | 15 | 465 | 31 | 123 |
| Binary | 11011111 | 11001010 | 11011100 | 0 | 1001 | 1 | 1101 | 100110101 | 11001 | 1010011 |
Color Harmonies of #DFCADC
Complementary color
Monochromatic Colors of #DFCADC
Black with #DFCADC
Text Example
Text Example
White with #DFCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCADC; }
p { color: rgb(223,202,220); }
H1.HeaderClassName
{
color: #DFCADC;
}
.AnyTagClassName
{
color: #DFCADC;
}
</style>
background-color css
<style>
a { background-color: #DFCADC; }
a { background-color: rgb(223,202,220); }
div.DivClassName
{
background-color: #DFCADC;
}
.BgClassName
{
background-color: #DFCADC;
}
</style>
border-color css
<style>
span { border-color: #DFCADC; }
span { border-color: rgb(223,202,220); }
td.TdClassName
{
border-color: #DFCADC;
}
.TagClassName
{
border-color: #DFCADC;
}
</style>