Shades of Thistle #D9BEE1
Tints of Thistle #D9BEE1
RGB
CMYK
RGB Variations
Color information
#D9BEE1 (or 0xD9BEE1) is known color: Thistle. HEX triplet: D9, BE and E1. RGB value is (217,190,225). Sum of RGB (Red+Green+Blue) = 217+190+225=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEE1 is #26411E. Grayscale: #C9C9C9. Windows color (decimal): -2507039 or 14794457. OLE color: 14794457.
HSL color Cylindrical-coordinate representation of color #D9BEE1: hue angle of 286.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9BEE1 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 190 | 225 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.12 |
| HSL | 286.29º | 0.37% | 0.81% | - |
| HSV(B) | 286.29º | 0.16% | 0.88% | - |
| XYZ | 60.62 | 57.01 | 79.04 | - |
| YUV | 202.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 225 | 0.04 | 0.16 | 0 | 0.12 | 286.29 | 0.37 | 0.81 |
| Hex | D9 | BE | E1 | 4 | 10 | 0 | C | 11E | 25 | 51 |
| Octal | 331 | 276 | 341 | 4 | 20 | 0 | 14 | 436 | 45 | 121 |
| Binary | 11011001 | 10111110 | 11100001 | 100 | 10000 | 0 | 1100 | 100011110 | 100101 | 1010001 |
Color Harmonies of #D9BEE1
Complementary color
Monochromatic Colors of #D9BEE1
Black with #D9BEE1
Text Example
Text Example
White with #D9BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BEE1; }
p { color: rgb(217,190,225); }
H1.HeaderClassName
{
color: #D9BEE1;
}
.AnyTagClassName
{
color: #D9BEE1;
}
</style>
background-color css
<style>
a { background-color: #D9BEE1; }
a { background-color: rgb(217,190,225); }
div.DivClassName
{
background-color: #D9BEE1;
}
.BgClassName
{
background-color: #D9BEE1;
}
</style>
border-color css
<style>
span { border-color: #D9BEE1; }
span { border-color: rgb(217,190,225); }
td.TdClassName
{
border-color: #D9BEE1;
}
.TagClassName
{
border-color: #D9BEE1;
}
</style>