Shades of Thistle #D7CCD5
Tints of Thistle #D7CCD5
RGB
CMYK
RGB Variations
Color information
#D7CCD5 (or 0xD7CCD5) is known color: Thistle. HEX triplet: D7, CC and D5. RGB value is (215,204,213). Sum of RGB (Red+Green+Blue) = 215+204+213=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCD5 is #28332A. Grayscale: #D0D0D0. Windows color (decimal): -2634539 or 14011607. OLE color: 14011607.
HSL color Cylindrical-coordinate representation of color #D7CCD5: hue angle of 310.91º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7CCD5 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 204 | 213 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.16 |
| HSL | 310.91º | 0.12% | 0.82% | - |
| HSV(B) | 310.91º | 0.05% | 0.84% | - |
| XYZ | 61.63 | 62.44 | 71.75 | - |
| YUV | 208.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 204 | 213 | 0 | 0.05 | 0.01 | 0.16 | 310.91 | 0.12 | 0.82 |
| Hex | D7 | CC | D5 | 0 | 5 | 1 | 10 | 137 | C | 52 |
| Octal | 327 | 314 | 325 | 0 | 5 | 1 | 20 | 467 | 14 | 122 |
| Binary | 11010111 | 11001100 | 11010101 | 0 | 101 | 1 | 10000 | 100110111 | 1100 | 1010010 |
Color Harmonies of #D7CCD5
Complementary color
Monochromatic Colors of #D7CCD5
Black with #D7CCD5
Text Example
Text Example
White with #D7CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CCD5; }
p { color: rgb(215,204,213); }
H1.HeaderClassName
{
color: #D7CCD5;
}
.AnyTagClassName
{
color: #D7CCD5;
}
</style>
background-color css
<style>
a { background-color: #D7CCD5; }
a { background-color: rgb(215,204,213); }
div.DivClassName
{
background-color: #D7CCD5;
}
.BgClassName
{
background-color: #D7CCD5;
}
</style>
border-color css
<style>
span { border-color: #D7CCD5; }
span { border-color: rgb(215,204,213); }
td.TdClassName
{
border-color: #D7CCD5;
}
.TagClassName
{
border-color: #D7CCD5;
}
</style>