Shades of Thistle #D0BED1
Tints of Thistle #D0BED1
RGB
CMYK
RGB Variations
Color information
#D0BED1 (or 0xD0BED1) is known color: Thistle. HEX triplet: D0, BE and D1. RGB value is (208,190,209). Sum of RGB (Red+Green+Blue) = 208+190+209=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 209 - color contains mainly: blue. Hex color #D0BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BED1 is #2F412E. Grayscale: #C5C5C5. Windows color (decimal): -3096879 or 13745872. OLE color: 13745872.
HSL color Cylindrical-coordinate representation of color #D0BED1: hue angle of 296.84º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0BED1 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 209 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.18 |
| HSL | 296.84º | 0.17% | 0.78% | - |
| HSV(B) | 296.84º | 0.09% | 0.82% | - |
| XYZ | 55.93 | 54.84 | 67.96 | - |
| YUV | 197.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 209 | 0.00 | 0.09 | 0 | 0.18 | 296.84 | 0.17 | 0.78 |
| Hex | D0 | BE | D1 | 0 | 9 | 0 | 12 | 129 | 11 | 4E |
| Octal | 320 | 276 | 321 | 0 | 11 | 0 | 22 | 451 | 21 | 116 |
| Binary | 11010000 | 10111110 | 11010001 | 0 | 1001 | 0 | 10010 | 100101001 | 10001 | 1001110 |
Color Harmonies of #D0BED1
Complementary color
Monochromatic Colors of #D0BED1
Black with #D0BED1
Text Example
Text Example
White with #D0BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BED1; }
p { color: rgb(208,190,209); }
H1.HeaderClassName
{
color: #D0BED1;
}
.AnyTagClassName
{
color: #D0BED1;
}
</style>
background-color css
<style>
a { background-color: #D0BED1; }
a { background-color: rgb(208,190,209); }
div.DivClassName
{
background-color: #D0BED1;
}
.BgClassName
{
background-color: #D0BED1;
}
</style>
border-color css
<style>
span { border-color: #D0BED1; }
span { border-color: rgb(208,190,209); }
td.TdClassName
{
border-color: #D0BED1;
}
.TagClassName
{
border-color: #D0BED1;
}
</style>