Shades of Thistle #D0B4D2
Tints of Thistle #D0B4D2
RGB
CMYK
RGB Variations
Color information
#D0B4D2 (or 0xD0B4D2) is known color: Thistle. HEX triplet: D0, B4 and D2. RGB value is (208,180,210). Sum of RGB (Red+Green+Blue) = 208+180+210=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0B4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4D2 is #2F4B2D. Grayscale: #BFBFBF. Windows color (decimal): -3099438 or 13808848. OLE color: 13808848.
HSL color Cylindrical-coordinate representation of color #D0B4D2: hue angle of 296º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0B4D2 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 210 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.18 |
| HSL | 296º | 0.25% | 0.76% | - |
| HSV(B) | 296º | 0.14% | 0.82% | - |
| XYZ | 53.97 | 50.71 | 67.92 | - |
| YUV | 191.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 210 | 0.01 | 0.14 | 0 | 0.18 | 296 | 0.25 | 0.76 |
| Hex | D0 | B4 | D2 | 1 | E | 0 | 12 | 128 | 19 | 4C |
| Octal | 320 | 264 | 322 | 1 | 16 | 0 | 22 | 450 | 31 | 114 |
| Binary | 11010000 | 10110100 | 11010010 | 1 | 1110 | 0 | 10010 | 100101000 | 11001 | 1001100 |
Color Harmonies of #D0B4D2
Complementary color
Monochromatic Colors of #D0B4D2
Black with #D0B4D2
Text Example
Text Example
White with #D0B4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4D2; }
p { color: rgb(208,180,210); }
H1.HeaderClassName
{
color: #D0B4D2;
}
.AnyTagClassName
{
color: #D0B4D2;
}
</style>
background-color css
<style>
a { background-color: #D0B4D2; }
a { background-color: rgb(208,180,210); }
div.DivClassName
{
background-color: #D0B4D2;
}
.BgClassName
{
background-color: #D0B4D2;
}
</style>
border-color css
<style>
span { border-color: #D0B4D2; }
span { border-color: rgb(208,180,210); }
td.TdClassName
{
border-color: #D0B4D2;
}
.TagClassName
{
border-color: #D0B4D2;
}
</style>