Shades of Thistle #D0B8D2
Tints of Thistle #D0B8D2
RGB
CMYK
RGB Variations
Color information
#D0B8D2 (or 0xD0B8D2) is known color: Thistle. HEX triplet: D0, B8 and D2. RGB value is (208,184,210). Sum of RGB (Red+Green+Blue) = 208+184+210=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0B8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8D2 is #2F472D. Grayscale: #C2C2C2. Windows color (decimal): -3098414 or 13809872. OLE color: 13809872.
HSL color Cylindrical-coordinate representation of color #D0B8D2: hue angle of 295.38º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B8D2 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 210 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.18 |
| HSL | 295.38º | 0.22% | 0.77% | - |
| HSV(B) | 295.38º | 0.12% | 0.82% | - |
| XYZ | 54.79 | 52.34 | 68.19 | - |
| YUV | 194.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 210 | 0.01 | 0.12 | 0 | 0.18 | 295.38 | 0.22 | 0.77 |
| Hex | D0 | B8 | D2 | 1 | C | 0 | 12 | 127 | 16 | 4D |
| Octal | 320 | 270 | 322 | 1 | 14 | 0 | 22 | 447 | 26 | 115 |
| Binary | 11010000 | 10111000 | 11010010 | 1 | 1100 | 0 | 10010 | 100100111 | 10110 | 1001101 |
Color Harmonies of #D0B8D2
Complementary color
Monochromatic Colors of #D0B8D2
Black with #D0B8D2
Text Example
Text Example
White with #D0B8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8D2; }
p { color: rgb(208,184,210); }
H1.HeaderClassName
{
color: #D0B8D2;
}
.AnyTagClassName
{
color: #D0B8D2;
}
</style>
background-color css
<style>
a { background-color: #D0B8D2; }
a { background-color: rgb(208,184,210); }
div.DivClassName
{
background-color: #D0B8D2;
}
.BgClassName
{
background-color: #D0B8D2;
}
</style>
border-color css
<style>
span { border-color: #D0B8D2; }
span { border-color: rgb(208,184,210); }
td.TdClassName
{
border-color: #D0B8D2;
}
.TagClassName
{
border-color: #D0B8D2;
}
</style>