Shades of Thistle #D2C4D5
Tints of Thistle #D2C4D5
RGB
CMYK
RGB Variations
Color information
#D2C4D5 (or 0xD2C4D5) is known color: Thistle. HEX triplet: D2, C4 and D5. RGB value is (210,196,213). Sum of RGB (Red+Green+Blue) = 210+196+213=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2C4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C4D5 is #2D3B2A. Grayscale: #CACACA. Windows color (decimal): -2964267 or 14009554. OLE color: 14009554.
HSL color Cylindrical-coordinate representation of color #D2C4D5: hue angle of 289.41º degrees, saturation: 0.17, 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 #D2C4D5 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 196 | 213 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.16 |
| HSL | 289.41º | 0.17% | 0.8% | - |
| HSV(B) | 289.41º | 0.08% | 0.84% | - |
| XYZ | 58.33 | 57.99 | 71.07 | - |
| YUV | 202.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 213 | 0.01 | 0.08 | 0 | 0.16 | 289.41 | 0.17 | 0.8 |
| Hex | D2 | C4 | D5 | 1 | 8 | 0 | 10 | 121 | 11 | 50 |
| Octal | 322 | 304 | 325 | 1 | 10 | 0 | 20 | 441 | 21 | 120 |
| Binary | 11010010 | 11000100 | 11010101 | 1 | 1000 | 0 | 10000 | 100100001 | 10001 | 1010000 |
Color Harmonies of #D2C4D5
Complementary color
Monochromatic Colors of #D2C4D5
Black with #D2C4D5
Text Example
Text Example
White with #D2C4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C4D5; }
p { color: rgb(210,196,213); }
H1.HeaderClassName
{
color: #D2C4D5;
}
.AnyTagClassName
{
color: #D2C4D5;
}
</style>
background-color css
<style>
a { background-color: #D2C4D5; }
a { background-color: rgb(210,196,213); }
div.DivClassName
{
background-color: #D2C4D5;
}
.BgClassName
{
background-color: #D2C4D5;
}
</style>
border-color css
<style>
span { border-color: #D2C4D5; }
span { border-color: rgb(210,196,213); }
td.TdClassName
{
border-color: #D2C4D5;
}
.TagClassName
{
border-color: #D2C4D5;
}
</style>