Shades of Thistle #D5BED9
Tints of Thistle #D5BED9
RGB
CMYK
RGB Variations
Color information
#D5BED9 (or 0xD5BED9) is known color: Thistle. HEX triplet: D5, BE and D9. RGB value is (213,190,217). Sum of RGB (Red+Green+Blue) = 213+190+217=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BED9 is #2A4126. Grayscale: #C7C7C7. Windows color (decimal): -2769191 or 14270165. OLE color: 14270165.
HSL color Cylindrical-coordinate representation of color #D5BED9: hue angle of 291.11º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BED9 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 190 | 217 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.15 |
| HSL | 291.11º | 0.26% | 0.8% | - |
| HSV(B) | 291.11º | 0.12% | 0.85% | - |
| XYZ | 58.38 | 55.98 | 73.37 | - |
| YUV | 199.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 217 | 0.02 | 0.12 | 0 | 0.15 | 291.11 | 0.26 | 0.8 |
| Hex | D5 | BE | D9 | 2 | C | 0 | F | 123 | 1A | 50 |
| Octal | 325 | 276 | 331 | 2 | 14 | 0 | 17 | 443 | 32 | 120 |
| Binary | 11010101 | 10111110 | 11011001 | 10 | 1100 | 0 | 1111 | 100100011 | 11010 | 1010000 |
Color Harmonies of #D5BED9
Complementary color
Monochromatic Colors of #D5BED9
Black with #D5BED9
Text Example
Text Example
White with #D5BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BED9; }
p { color: rgb(213,190,217); }
H1.HeaderClassName
{
color: #D5BED9;
}
.AnyTagClassName
{
color: #D5BED9;
}
</style>
background-color css
<style>
a { background-color: #D5BED9; }
a { background-color: rgb(213,190,217); }
div.DivClassName
{
background-color: #D5BED9;
}
.BgClassName
{
background-color: #D5BED9;
}
</style>
border-color css
<style>
span { border-color: #D5BED9; }
span { border-color: rgb(213,190,217); }
td.TdClassName
{
border-color: #D5BED9;
}
.TagClassName
{
border-color: #D5BED9;
}
</style>