Shades of Thistle #D7CED5
Tints of Thistle #D7CED5
RGB
CMYK
RGB Variations
Color information
#D7CED5 (or 0xD7CED5) is known color: Thistle. HEX triplet: D7, CE and D5. RGB value is (215,206,213). Sum of RGB (Red+Green+Blue) = 215+206+213=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CED5 is #28312A. Grayscale: #D1D1D1. Windows color (decimal): -2634027 or 14012119. OLE color: 14012119.
HSL color Cylindrical-coordinate representation of color #D7CED5: hue angle of 313.33º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7CED5 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 213 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.16 |
| HSL | 313.33º | 0.1% | 0.83% | - |
| HSV(B) | 313.33º | 0.04% | 0.84% | - |
| XYZ | 62.11 | 63.39 | 71.91 | - |
| YUV | 209.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 213 | 0 | 0.04 | 0.01 | 0.16 | 313.33 | 0.1 | 0.83 |
| Hex | D7 | CE | D5 | 0 | 4 | 1 | 10 | 139 | A | 53 |
| Octal | 327 | 316 | 325 | 0 | 4 | 1 | 20 | 471 | 12 | 123 |
| Binary | 11010111 | 11001110 | 11010101 | 0 | 100 | 1 | 10000 | 100111001 | 1010 | 1010011 |
Color Harmonies of #D7CED5
Complementary color
Monochromatic Colors of #D7CED5
Black with #D7CED5
Text Example
Text Example
White with #D7CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CED5; }
p { color: rgb(215,206,213); }
H1.HeaderClassName
{
color: #D7CED5;
}
.AnyTagClassName
{
color: #D7CED5;
}
</style>
background-color css
<style>
a { background-color: #D7CED5; }
a { background-color: rgb(215,206,213); }
div.DivClassName
{
background-color: #D7CED5;
}
.BgClassName
{
background-color: #D7CED5;
}
</style>
border-color css
<style>
span { border-color: #D7CED5; }
span { border-color: rgb(215,206,213); }
td.TdClassName
{
border-color: #D7CED5;
}
.TagClassName
{
border-color: #D7CED5;
}
</style>