Shades of Thistle #DFCDDD
Tints of Thistle #DFCDDD
RGB
CMYK
RGB Variations
Color information
#DFCDDD (or 0xDFCDDD) is known color: Thistle. HEX triplet: DF, CD and DD. RGB value is (223,205,221). Sum of RGB (Red+Green+Blue) = 223+205+221=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDDD is #203222. Grayscale: #D4D4D4. Windows color (decimal): -2109987 or 14536159. OLE color: 14536159.
HSL color Cylindrical-coordinate representation of color #DFCDDD: hue angle of 306.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCDDD is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 205 | 221 | - |
CMYK | 0 | 0.08 | 0.01 | 0.13 |
HSL | 306.67º | 0.22% | 0.84% | - |
HSV(B) | 306.67º | 0.08% | 0.87% | - |
XYZ | 65.31 | 64.57 | 77.43 | - |
YUV | 212.21 | 132.96 | 135.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 205 | 221 | 0 | 0.08 | 0.01 | 0.13 | 306.67 | 0.22 | 0.84 |
Hex | DF | CD | DD | 0 | 8 | 1 | D | 133 | 16 | 54 |
Octal | 337 | 315 | 335 | 0 | 10 | 1 | 15 | 463 | 26 | 124 |
Binary | 11011111 | 11001101 | 11011101 | 0 | 1000 | 1 | 1101 | 100110011 | 10110 | 1010100 |
Color Harmonies of #DFCDDD
Complementary color
Monochromatic Colors of #DFCDDD
Black with #DFCDDD
Text Example
Text Example
White with #DFCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDDD; }
p { color: rgb(223,205,221); }
H1.HeaderClassName
{
color: #DFCDDD;
}
.AnyTagClassName
{
color: #DFCDDD;
}
</style>
background-color css
<style>
a { background-color: #DFCDDD; }
a { background-color: rgb(223,205,221); }
div.DivClassName
{
background-color: #DFCDDD;
}
.BgClassName
{
background-color: #DFCDDD;
}
</style>
border-color css
<style>
span { border-color: #DFCDDD; }
span { border-color: rgb(223,205,221); }
td.TdClassName
{
border-color: #DFCDDD;
}
.TagClassName
{
border-color: #DFCDDD;
}
</style>