Shades of Thistle #DFCADF
Tints of Thistle #DFCADF
RGB
CMYK
RGB Variations
Color information
#DFCADF (or 0xDFCADF) is known color: Thistle. HEX triplet: DF, CA and DF. RGB value is (223,202,223). Sum of RGB (Red+Green+Blue) = 223+202+223=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCADF is #203520. Grayscale: #D2D2D2. Windows color (decimal): -2110753 or 14666463. OLE color: 14666463.
HSL color Cylindrical-coordinate representation of color #DFCADF: hue angle of 300º 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 #DFCADF is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 202 | 223 | - |
CMYK | 0 | 0.09 | 0 | 0.13 |
HSL | 300º | 0.25% | 0.83% | - |
HSV(B) | 300º | 0.09% | 0.87% | - |
XYZ | 64.87 | 63.26 | 78.6 | - |
YUV | 210.67 | 134.96 | 136.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 223 | 0 | 0.09 | 0 | 0.13 | 300 | 0.25 | 0.83 |
Hex | DF | CA | DF | 0 | 9 | 0 | D | 12C | 19 | 53 |
Octal | 337 | 312 | 337 | 0 | 11 | 0 | 15 | 454 | 31 | 123 |
Binary | 11011111 | 11001010 | 11011111 | 0 | 1001 | 0 | 1101 | 100101100 | 11001 | 1010011 |
Color Harmonies of #DFCADF
Complementary color
Monochromatic Colors of #DFCADF
Black with #DFCADF
Text Example
Text Example
White with #DFCADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCADF; }
p { color: rgb(223,202,223); }
H1.HeaderClassName
{
color: #DFCADF;
}
.AnyTagClassName
{
color: #DFCADF;
}
</style>
background-color css
<style>
a { background-color: #DFCADF; }
a { background-color: rgb(223,202,223); }
div.DivClassName
{
background-color: #DFCADF;
}
.BgClassName
{
background-color: #DFCADF;
}
</style>
border-color css
<style>
span { border-color: #DFCADF; }
span { border-color: rgb(223,202,223); }
td.TdClassName
{
border-color: #DFCADF;
}
.TagClassName
{
border-color: #DFCADF;
}
</style>