Shades of Thistle #D2C5D5
Tints of Thistle #D2C5D5
RGB
CMYK
RGB Variations
Color information
#D2C5D5 (or 0xD2C5D5) is known color: Thistle. HEX triplet: D2, C5 and D5. RGB value is (210,197,213). Sum of RGB (Red+Green+Blue) = 210+197+213=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2C5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5D5 is #2D3A2A. Grayscale: #CACACA. Windows color (decimal): -2964011 or 14009810. OLE color: 14009810.
HSL color Cylindrical-coordinate representation of color #D2C5D5: hue angle of 288.75º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2C5D5 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 197 | 213 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.16 |
| HSL | 288.75º | 0.16% | 0.8% | - |
| HSV(B) | 288.75º | 0.08% | 0.84% | - |
| XYZ | 58.55 | 58.44 | 71.14 | - |
| YUV | 202.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 213 | 0.01 | 0.08 | 0 | 0.16 | 288.75 | 0.16 | 0.8 |
| Hex | D2 | C5 | D5 | 1 | 8 | 0 | 10 | 121 | 10 | 50 |
| Octal | 322 | 305 | 325 | 1 | 10 | 0 | 20 | 441 | 20 | 120 |
| Binary | 11010010 | 11000101 | 11010101 | 1 | 1000 | 0 | 10000 | 100100001 | 10000 | 1010000 |
Color Harmonies of #D2C5D5
Complementary color
Monochromatic Colors of #D2C5D5
Black with #D2C5D5
Text Example
Text Example
White with #D2C5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5D5; }
p { color: rgb(210,197,213); }
H1.HeaderClassName
{
color: #D2C5D5;
}
.AnyTagClassName
{
color: #D2C5D5;
}
</style>
background-color css
<style>
a { background-color: #D2C5D5; }
a { background-color: rgb(210,197,213); }
div.DivClassName
{
background-color: #D2C5D5;
}
.BgClassName
{
background-color: #D2C5D5;
}
</style>
border-color css
<style>
span { border-color: #D2C5D5; }
span { border-color: rgb(210,197,213); }
td.TdClassName
{
border-color: #D2C5D5;
}
.TagClassName
{
border-color: #D2C5D5;
}
</style>