Shades of Thistle #D5BED4
Tints of Thistle #D5BED4
RGB
CMYK
RGB Variations
Color information
#D5BED4 (or 0xD5BED4) is known color: Thistle. HEX triplet: D5, BE and D4. RGB value is (213,190,212). Sum of RGB (Red+Green+Blue) = 213+190+212=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BED4 is #2A412B. Grayscale: #C7C7C7. Windows color (decimal): -2769196 or 13942485. OLE color: 13942485.
HSL color Cylindrical-coordinate representation of color #D5BED4: hue angle of 302.61º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5BED4 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 212 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.16 |
| HSL | 302.61º | 0.21% | 0.79% | - |
| HSV(B) | 302.61º | 0.11% | 0.84% | - |
| XYZ | 57.74 | 55.73 | 70 | - |
| YUV | 199.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 212 | 0 | 0.11 | 0.00 | 0.16 | 302.61 | 0.21 | 0.79 |
| Hex | D5 | BE | D4 | 0 | B | 0 | 10 | 12F | 15 | 4F |
| Octal | 325 | 276 | 324 | 0 | 13 | 0 | 20 | 457 | 25 | 117 |
| Binary | 11010101 | 10111110 | 11010100 | 0 | 1011 | 0 | 10000 | 100101111 | 10101 | 1001111 |
Color Harmonies of #D5BED4
Complementary color
Monochromatic Colors of #D5BED4
Black with #D5BED4
Text Example
Text Example
White with #D5BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BED4; }
p { color: rgb(213,190,212); }
H1.HeaderClassName
{
color: #D5BED4;
}
.AnyTagClassName
{
color: #D5BED4;
}
</style>
background-color css
<style>
a { background-color: #D5BED4; }
a { background-color: rgb(213,190,212); }
div.DivClassName
{
background-color: #D5BED4;
}
.BgClassName
{
background-color: #D5BED4;
}
</style>
border-color css
<style>
span { border-color: #D5BED4; }
span { border-color: rgb(213,190,212); }
td.TdClassName
{
border-color: #D5BED4;
}
.TagClassName
{
border-color: #D5BED4;
}
</style>