Shades of Thistle #DDCFDC
Tints of Thistle #DDCFDC
RGB
CMYK
RGB Variations
Color information
#DDCFDC (or 0xDDCFDC) is known color: Thistle. HEX triplet: DD, CF and DC. RGB value is (221,207,220). Sum of RGB (Red+Green+Blue) = 221+207+220=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFDC is #223023. Grayscale: #D4D4D4. Windows color (decimal): -2240548 or 14471133. OLE color: 14471133.
HSL color Cylindrical-coordinate representation of color #DDCFDC: hue angle of 304.29º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDCFDC is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 220 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.13 |
| HSL | 304.29º | 0.17% | 0.84% | - |
| HSV(B) | 304.29º | 0.06% | 0.87% | - |
| XYZ | 65.05 | 65.17 | 76.86 | - |
| YUV | 212.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 220 | 0 | 0.06 | 0.00 | 0.13 | 304.29 | 0.17 | 0.84 |
| Hex | DD | CF | DC | 0 | 6 | 0 | D | 130 | 11 | 54 |
| Octal | 335 | 317 | 334 | 0 | 6 | 0 | 15 | 460 | 21 | 124 |
| Binary | 11011101 | 11001111 | 11011100 | 0 | 110 | 0 | 1101 | 100110000 | 10001 | 1010100 |
Color Harmonies of #DDCFDC
Complementary color
Monochromatic Colors of #DDCFDC
Black with #DDCFDC
Text Example
Text Example
White with #DDCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFDC; }
p { color: rgb(221,207,220); }
H1.HeaderClassName
{
color: #DDCFDC;
}
.AnyTagClassName
{
color: #DDCFDC;
}
</style>
background-color css
<style>
a { background-color: #DDCFDC; }
a { background-color: rgb(221,207,220); }
div.DivClassName
{
background-color: #DDCFDC;
}
.BgClassName
{
background-color: #DDCFDC;
}
</style>
border-color css
<style>
span { border-color: #DDCFDC; }
span { border-color: rgb(221,207,220); }
td.TdClassName
{
border-color: #DDCFDC;
}
.TagClassName
{
border-color: #DDCFDC;
}
</style>