Shades of Thistle #D7C6DA
Tints of Thistle #D7C6DA
RGB
CMYK
RGB Variations
Color information
#D7C6DA (or 0xD7C6DA) is known color: Thistle. HEX triplet: D7, C6 and DA. RGB value is (215,198,218). Sum of RGB (Red+Green+Blue) = 215+198+218=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7C6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C6DA is #283925. Grayscale: #CDCDCD. Windows color (decimal): -2636070 or 14337751. OLE color: 14337751.
HSL color Cylindrical-coordinate representation of color #D7C6DA: hue angle of 291º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C6DA is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 198 | 218 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.15 |
| HSL | 291º | 0.21% | 0.82% | - |
| HSV(B) | 291º | 0.09% | 0.85% | - |
| XYZ | 60.87 | 59.9 | 74.68 | - |
| YUV | 205.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 218 | 0.01 | 0.09 | 0 | 0.15 | 291 | 0.21 | 0.82 |
| Hex | D7 | C6 | DA | 1 | 9 | 0 | F | 123 | 15 | 52 |
| Octal | 327 | 306 | 332 | 1 | 11 | 0 | 17 | 443 | 25 | 122 |
| Binary | 11010111 | 11000110 | 11011010 | 1 | 1001 | 0 | 1111 | 100100011 | 10101 | 1010010 |
Color Harmonies of #D7C6DA
Complementary color
Monochromatic Colors of #D7C6DA
Black with #D7C6DA
Text Example
Text Example
White with #D7C6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C6DA; }
p { color: rgb(215,198,218); }
H1.HeaderClassName
{
color: #D7C6DA;
}
.AnyTagClassName
{
color: #D7C6DA;
}
</style>
background-color css
<style>
a { background-color: #D7C6DA; }
a { background-color: rgb(215,198,218); }
div.DivClassName
{
background-color: #D7C6DA;
}
.BgClassName
{
background-color: #D7C6DA;
}
</style>
border-color css
<style>
span { border-color: #D7C6DA; }
span { border-color: rgb(215,198,218); }
td.TdClassName
{
border-color: #D7C6DA;
}
.TagClassName
{
border-color: #D7C6DA;
}
</style>