Shades of Thistle #D9CCD7
Tints of Thistle #D9CCD7
RGB
CMYK
RGB Variations
Color information
#D9CCD7 (or 0xD9CCD7) is known color: Thistle. HEX triplet: D9, CC and D7. RGB value is (217,204,215). Sum of RGB (Red+Green+Blue) = 217+204+215=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCD7 is #263328. Grayscale: #D1D1D1. Windows color (decimal): -2503465 or 14142681. OLE color: 14142681.
HSL color Cylindrical-coordinate representation of color #D9CCD7: hue angle of 309.23º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CCD7 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 215 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.15 |
| HSL | 309.23º | 0.15% | 0.83% | - |
| HSV(B) | 309.23º | 0.06% | 0.85% | - |
| XYZ | 62.47 | 62.84 | 73.13 | - |
| YUV | 209.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 215 | 0 | 0.06 | 0.01 | 0.15 | 309.23 | 0.15 | 0.83 |
| Hex | D9 | CC | D7 | 0 | 6 | 1 | F | 135 | F | 53 |
| Octal | 331 | 314 | 327 | 0 | 6 | 1 | 17 | 465 | 17 | 123 |
| Binary | 11011001 | 11001100 | 11010111 | 0 | 110 | 1 | 1111 | 100110101 | 1111 | 1010011 |
Color Harmonies of #D9CCD7
Complementary color
Monochromatic Colors of #D9CCD7
Black with #D9CCD7
Text Example
Text Example
White with #D9CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCD7; }
p { color: rgb(217,204,215); }
H1.HeaderClassName
{
color: #D9CCD7;
}
.AnyTagClassName
{
color: #D9CCD7;
}
</style>
background-color css
<style>
a { background-color: #D9CCD7; }
a { background-color: rgb(217,204,215); }
div.DivClassName
{
background-color: #D9CCD7;
}
.BgClassName
{
background-color: #D9CCD7;
}
</style>
border-color css
<style>
span { border-color: #D9CCD7; }
span { border-color: rgb(217,204,215); }
td.TdClassName
{
border-color: #D9CCD7;
}
.TagClassName
{
border-color: #D9CCD7;
}
</style>