Shades of Thistle #D6CCD7
Tints of Thistle #D6CCD7
RGB
CMYK
RGB Variations
Color information
#D6CCD7 (or 0xD6CCD7) is known color: Thistle. HEX triplet: D6, CC and D7. RGB value is (214,204,215). Sum of RGB (Red+Green+Blue) = 214+204+215=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 215 - color contains mainly: blue. Hex color #D6CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCD7 is #293328. Grayscale: #D0D0D0. Windows color (decimal): -2700073 or 14142678. OLE color: 14142678.
HSL color Cylindrical-coordinate representation of color #D6CCD7: hue angle of 294.55º 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 #D6CCD7 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 215 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.16 |
| HSL | 294.55º | 0.12% | 0.82% | - |
| HSV(B) | 294.55º | 0.05% | 0.84% | - |
| XYZ | 61.59 | 62.39 | 73.09 | - |
| YUV | 208.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 215 | 0.00 | 0.05 | 0 | 0.16 | 294.55 | 0.12 | 0.82 |
| Hex | D6 | CC | D7 | 0 | 5 | 0 | 10 | 127 | C | 52 |
| Octal | 326 | 314 | 327 | 0 | 5 | 0 | 20 | 447 | 14 | 122 |
| Binary | 11010110 | 11001100 | 11010111 | 0 | 101 | 0 | 10000 | 100100111 | 1100 | 1010010 |
Color Harmonies of #D6CCD7
Complementary color
Monochromatic Colors of #D6CCD7
Black with #D6CCD7
Text Example
Text Example
White with #D6CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCD7; }
p { color: rgb(214,204,215); }
H1.HeaderClassName
{
color: #D6CCD7;
}
.AnyTagClassName
{
color: #D6CCD7;
}
</style>
background-color css
<style>
a { background-color: #D6CCD7; }
a { background-color: rgb(214,204,215); }
div.DivClassName
{
background-color: #D6CCD7;
}
.BgClassName
{
background-color: #D6CCD7;
}
</style>
border-color css
<style>
span { border-color: #D6CCD7; }
span { border-color: rgb(214,204,215); }
td.TdClassName
{
border-color: #D6CCD7;
}
.TagClassName
{
border-color: #D6CCD7;
}
</style>