Shades of Thistle #D0BDD2
Tints of Thistle #D0BDD2
RGB
CMYK
RGB Variations
Color information
#D0BDD2 (or 0xD0BDD2) is known color: Thistle. HEX triplet: D0, BD and D2. RGB value is (208,189,210). Sum of RGB (Red+Green+Blue) = 208+189+210=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0BDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDD2 is #2F422D. Grayscale: #C5C5C5. Windows color (decimal): -3097134 or 13811152. OLE color: 13811152.
HSL color Cylindrical-coordinate representation of color #D0BDD2: hue angle of 294.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BDD2 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 210 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.18 |
| HSL | 294.29º | 0.19% | 0.78% | - |
| HSV(B) | 294.29º | 0.1% | 0.82% | - |
| XYZ | 55.84 | 54.46 | 68.54 | - |
| YUV | 197.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 210 | 0.01 | 0.10 | 0 | 0.18 | 294.29 | 0.19 | 0.78 |
| Hex | D0 | BD | D2 | 1 | A | 0 | 12 | 126 | 13 | 4E |
| Octal | 320 | 275 | 322 | 1 | 12 | 0 | 22 | 446 | 23 | 116 |
| Binary | 11010000 | 10111101 | 11010010 | 1 | 1010 | 0 | 10010 | 100100110 | 10011 | 1001110 |
Color Harmonies of #D0BDD2
Complementary color
Monochromatic Colors of #D0BDD2
Black with #D0BDD2
Text Example
Text Example
White with #D0BDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDD2; }
p { color: rgb(208,189,210); }
H1.HeaderClassName
{
color: #D0BDD2;
}
.AnyTagClassName
{
color: #D0BDD2;
}
</style>
background-color css
<style>
a { background-color: #D0BDD2; }
a { background-color: rgb(208,189,210); }
div.DivClassName
{
background-color: #D0BDD2;
}
.BgClassName
{
background-color: #D0BDD2;
}
</style>
border-color css
<style>
span { border-color: #D0BDD2; }
span { border-color: rgb(208,189,210); }
td.TdClassName
{
border-color: #D0BDD2;
}
.TagClassName
{
border-color: #D0BDD2;
}
</style>