Shades of Thistle #D7C3D5
Tints of Thistle #D7C3D5
RGB
CMYK
RGB Variations
Color information
#D7C3D5 (or 0xD7C3D5) is known color: Thistle. HEX triplet: D7, C3 and D5. RGB value is (215,195,213). Sum of RGB (Red+Green+Blue) = 215+195+213=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C3D5 is #283C2A. Grayscale: #CACACA. Windows color (decimal): -2636843 or 14009303. OLE color: 14009303.
HSL color Cylindrical-coordinate representation of color #D7C3D5: hue angle of 306º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C3D5 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 213 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.16 |
| HSL | 306º | 0.2% | 0.8% | - |
| HSV(B) | 306º | 0.09% | 0.84% | - |
| XYZ | 59.55 | 58.28 | 71.06 | - |
| YUV | 203.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 213 | 0 | 0.09 | 0.01 | 0.16 | 306 | 0.2 | 0.8 |
| Hex | D7 | C3 | D5 | 0 | 9 | 1 | 10 | 132 | 14 | 50 |
| Octal | 327 | 303 | 325 | 0 | 11 | 1 | 20 | 462 | 24 | 120 |
| Binary | 11010111 | 11000011 | 11010101 | 0 | 1001 | 1 | 10000 | 100110010 | 10100 | 1010000 |
Color Harmonies of #D7C3D5
Complementary color
Monochromatic Colors of #D7C3D5
Black with #D7C3D5
Text Example
Text Example
White with #D7C3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C3D5; }
p { color: rgb(215,195,213); }
H1.HeaderClassName
{
color: #D7C3D5;
}
.AnyTagClassName
{
color: #D7C3D5;
}
</style>
background-color css
<style>
a { background-color: #D7C3D5; }
a { background-color: rgb(215,195,213); }
div.DivClassName
{
background-color: #D7C3D5;
}
.BgClassName
{
background-color: #D7C3D5;
}
</style>
border-color css
<style>
span { border-color: #D7C3D5; }
span { border-color: rgb(215,195,213); }
td.TdClassName
{
border-color: #D7C3D5;
}
.TagClassName
{
border-color: #D7C3D5;
}
</style>