Shades of Thistle #D5CCD7
Tints of Thistle #D5CCD7
RGB
CMYK
RGB Variations
Color information
#D5CCD7 (or 0xD5CCD7) is known color: Thistle. HEX triplet: D5, CC and D7. RGB value is (213,204,215). Sum of RGB (Red+Green+Blue) = 213+204+215=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCD7 is #2A3328. Grayscale: #CFCFCF. Windows color (decimal): -2765609 or 14142677. OLE color: 14142677.
HSL color Cylindrical-coordinate representation of color #D5CCD7: hue angle of 289.09º 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 #D5CCD7 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 215 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.16 |
| HSL | 289.09º | 0.12% | 0.82% | - |
| HSV(B) | 289.09º | 0.05% | 0.84% | - |
| XYZ | 61.3 | 62.24 | 73.07 | - |
| YUV | 207.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 215 | 0.01 | 0.05 | 0 | 0.16 | 289.09 | 0.12 | 0.82 |
| Hex | D5 | CC | D7 | 1 | 5 | 0 | 10 | 121 | C | 52 |
| Octal | 325 | 314 | 327 | 1 | 5 | 0 | 20 | 441 | 14 | 122 |
| Binary | 11010101 | 11001100 | 11010111 | 1 | 101 | 0 | 10000 | 100100001 | 1100 | 1010010 |
Color Harmonies of #D5CCD7
Complementary color
Monochromatic Colors of #D5CCD7
Black with #D5CCD7
Text Example
Text Example
White with #D5CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCD7; }
p { color: rgb(213,204,215); }
H1.HeaderClassName
{
color: #D5CCD7;
}
.AnyTagClassName
{
color: #D5CCD7;
}
</style>
background-color css
<style>
a { background-color: #D5CCD7; }
a { background-color: rgb(213,204,215); }
div.DivClassName
{
background-color: #D5CCD7;
}
.BgClassName
{
background-color: #D5CCD7;
}
</style>
border-color css
<style>
span { border-color: #D5CCD7; }
span { border-color: rgb(213,204,215); }
td.TdClassName
{
border-color: #D5CCD7;
}
.TagClassName
{
border-color: #D5CCD7;
}
</style>