Shades of Thistle #D5CCD6
Tints of Thistle #D5CCD6
RGB
CMYK
RGB Variations
Color information
#D5CCD6 (or 0xD5CCD6) is known color: Thistle. HEX triplet: D5, CC and D6. RGB value is (213,204,214). Sum of RGB (Red+Green+Blue) = 213+204+214=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 214 - color contains mainly: blue. Hex color #D5CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCD6 is #2A3329. Grayscale: #CFCFCF. Windows color (decimal): -2765610 or 14077141. OLE color: 14077141.
HSL color Cylindrical-coordinate representation of color #D5CCD6: hue angle of 294º degrees, saturation: 0.11, 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 #D5CCD6 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 214 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.16 |
| HSL | 294º | 0.11% | 0.82% | - |
| HSV(B) | 294º | 0.05% | 0.84% | - |
| XYZ | 61.17 | 62.19 | 72.4 | - |
| YUV | 207.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 214 | 0.00 | 0.05 | 0 | 0.16 | 294 | 0.11 | 0.82 |
| Hex | D5 | CC | D6 | 0 | 5 | 0 | 10 | 126 | B | 52 |
| Octal | 325 | 314 | 326 | 0 | 5 | 0 | 20 | 446 | 13 | 122 |
| Binary | 11010101 | 11001100 | 11010110 | 0 | 101 | 0 | 10000 | 100100110 | 1011 | 1010010 |
Color Harmonies of #D5CCD6
Complementary color
Monochromatic Colors of #D5CCD6
Black with #D5CCD6
Text Example
Text Example
White with #D5CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCD6; }
p { color: rgb(213,204,214); }
H1.HeaderClassName
{
color: #D5CCD6;
}
.AnyTagClassName
{
color: #D5CCD6;
}
</style>
background-color css
<style>
a { background-color: #D5CCD6; }
a { background-color: rgb(213,204,214); }
div.DivClassName
{
background-color: #D5CCD6;
}
.BgClassName
{
background-color: #D5CCD6;
}
</style>
border-color css
<style>
span { border-color: #D5CCD6; }
span { border-color: rgb(213,204,214); }
td.TdClassName
{
border-color: #D5CCD6;
}
.TagClassName
{
border-color: #D5CCD6;
}
</style>