Shades of Thistle #D4C2D9
Tints of Thistle #D4C2D9
RGB
CMYK
RGB Variations
Color information
#D4C2D9 (or 0xD4C2D9) is known color: Thistle. HEX triplet: D4, C2 and D9. RGB value is (212,194,217). Sum of RGB (Red+Green+Blue) = 212+194+217=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4C2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C2D9 is #2B3D26. Grayscale: #C9C9C9. Windows color (decimal): -2833703 or 14271188. OLE color: 14271188.
HSL color Cylindrical-coordinate representation of color #D4C2D9: hue angle of 286.96º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4C2D9 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 194 | 217 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.15 |
| HSL | 286.96º | 0.23% | 0.81% | - |
| HSV(B) | 286.96º | 0.11% | 0.85% | - |
| XYZ | 58.97 | 57.59 | 73.65 | - |
| YUV | 202 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 217 | 0.02 | 0.11 | 0 | 0.15 | 286.96 | 0.23 | 0.81 |
| Hex | D4 | C2 | D9 | 2 | B | 0 | F | 11F | 17 | 51 |
| Octal | 324 | 302 | 331 | 2 | 13 | 0 | 17 | 437 | 27 | 121 |
| Binary | 11010100 | 11000010 | 11011001 | 10 | 1011 | 0 | 1111 | 100011111 | 10111 | 1010001 |
Color Harmonies of #D4C2D9
Complementary color
Monochromatic Colors of #D4C2D9
Black with #D4C2D9
Text Example
Text Example
White with #D4C2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C2D9; }
p { color: rgb(212,194,217); }
H1.HeaderClassName
{
color: #D4C2D9;
}
.AnyTagClassName
{
color: #D4C2D9;
}
</style>
background-color css
<style>
a { background-color: #D4C2D9; }
a { background-color: rgb(212,194,217); }
div.DivClassName
{
background-color: #D4C2D9;
}
.BgClassName
{
background-color: #D4C2D9;
}
</style>
border-color css
<style>
span { border-color: #D4C2D9; }
span { border-color: rgb(212,194,217); }
td.TdClassName
{
border-color: #D4C2D9;
}
.TagClassName
{
border-color: #D4C2D9;
}
</style>