Shades of Thistle #DFCCDD
Tints of Thistle #DFCCDD
RGB
CMYK
RGB Variations
Color information
#DFCCDD (or 0xDFCCDD) is known color: Thistle. HEX triplet: DF, CC and DD. RGB value is (223,204,221). Sum of RGB (Red+Green+Blue) = 223+204+221=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCDD is #203322. Grayscale: #D3D3D3. Windows color (decimal): -2110243 or 14535903. OLE color: 14535903.
HSL color Cylindrical-coordinate representation of color #DFCCDD: hue angle of 306.32º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCCDD is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 204 | 221 | - |
CMYK | 0 | 0.09 | 0.01 | 0.13 |
HSL | 306.32º | 0.23% | 0.84% | - |
HSV(B) | 306.32º | 0.09% | 0.87% | - |
XYZ | 65.08 | 64.09 | 77.35 | - |
YUV | 211.62 | 133.29 | 136.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 204 | 221 | 0 | 0.09 | 0.01 | 0.13 | 306.32 | 0.23 | 0.84 |
Hex | DF | CC | DD | 0 | 9 | 1 | D | 132 | 17 | 54 |
Octal | 337 | 314 | 335 | 0 | 11 | 1 | 15 | 462 | 27 | 124 |
Binary | 11011111 | 11001100 | 11011101 | 0 | 1001 | 1 | 1101 | 100110010 | 10111 | 1010100 |
Color Harmonies of #DFCCDD
Complementary color
Monochromatic Colors of #DFCCDD
Black with #DFCCDD
Text Example
Text Example
White with #DFCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCCDD; }
p { color: rgb(223,204,221); }
H1.HeaderClassName
{
color: #DFCCDD;
}
.AnyTagClassName
{
color: #DFCCDD;
}
</style>
background-color css
<style>
a { background-color: #DFCCDD; }
a { background-color: rgb(223,204,221); }
div.DivClassName
{
background-color: #DFCCDD;
}
.BgClassName
{
background-color: #DFCCDD;
}
</style>
border-color css
<style>
span { border-color: #DFCCDD; }
span { border-color: rgb(223,204,221); }
td.TdClassName
{
border-color: #DFCCDD;
}
.TagClassName
{
border-color: #DFCCDD;
}
</style>