Shades of Thistle #D0BECF
Tints of Thistle #D0BECF
RGB
CMYK
RGB Variations
Color information
#D0BECF (or 0xD0BECF) is known color: Thistle. HEX triplet: D0, BE and CF. RGB value is (208,190,207). Sum of RGB (Red+Green+Blue) = 208+190+207=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BECF is #2F4130. Grayscale: #C5C5C5. Windows color (decimal): -3096881 or 13614800. OLE color: 13614800.
HSL color Cylindrical-coordinate representation of color #D0BECF: hue angle of 303.33º degrees, saturation: 0.16, 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 #D0BECF is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 207 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.18 |
| HSL | 303.33º | 0.16% | 0.78% | - |
| HSV(B) | 303.33º | 0.09% | 0.82% | - |
| XYZ | 55.69 | 54.74 | 66.66 | - |
| YUV | 197.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 207 | 0 | 0.09 | 0.00 | 0.18 | 303.33 | 0.16 | 0.78 |
| Hex | D0 | BE | CF | 0 | 9 | 0 | 12 | 12F | 10 | 4E |
| Octal | 320 | 276 | 317 | 0 | 11 | 0 | 22 | 457 | 20 | 116 |
| Binary | 11010000 | 10111110 | 11001111 | 0 | 1001 | 0 | 10010 | 100101111 | 10000 | 1001110 |
Color Harmonies of #D0BECF
Complementary color
Monochromatic Colors of #D0BECF
Black with #D0BECF
Text Example
Text Example
White with #D0BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BECF; }
p { color: rgb(208,190,207); }
H1.HeaderClassName
{
color: #D0BECF;
}
.AnyTagClassName
{
color: #D0BECF;
}
</style>
background-color css
<style>
a { background-color: #D0BECF; }
a { background-color: rgb(208,190,207); }
div.DivClassName
{
background-color: #D0BECF;
}
.BgClassName
{
background-color: #D0BECF;
}
</style>
border-color css
<style>
span { border-color: #D0BECF; }
span { border-color: rgb(208,190,207); }
td.TdClassName
{
border-color: #D0BECF;
}
.TagClassName
{
border-color: #D0BECF;
}
</style>