Shades of Thistle #D0CBD1
Tints of Thistle #D0CBD1
RGB
CMYK
RGB Variations
Color information
#D0CBD1 (or 0xD0CBD1) is known color: Thistle. HEX triplet: D0, CB and D1. RGB value is (208,203,209). Sum of RGB (Red+Green+Blue) = 208+203+209=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 209 - color contains mainly: blue. Hex color #D0CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBD1 is #2F342E. Grayscale: #CDCDCD. Windows color (decimal): -3093551 or 13749200. OLE color: 13749200.
HSL color Cylindrical-coordinate representation of color #D0CBD1: hue angle of 290º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CBD1 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 209 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.18 |
| HSL | 290º | 0.06% | 0.81% | - |
| HSV(B) | 290º | 0.03% | 0.82% | - |
| XYZ | 58.88 | 60.73 | 68.94 | - |
| YUV | 205.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 209 | 0.00 | 0.03 | 0 | 0.18 | 290 | 0.06 | 0.81 |
| Hex | D0 | CB | D1 | 0 | 3 | 0 | 12 | 122 | 6 | 51 |
| Octal | 320 | 313 | 321 | 0 | 3 | 0 | 22 | 442 | 6 | 121 |
| Binary | 11010000 | 11001011 | 11010001 | 0 | 11 | 0 | 10010 | 100100010 | 110 | 1010001 |
Color Harmonies of #D0CBD1
Complementary color
Monochromatic Colors of #D0CBD1
Black with #D0CBD1
Text Example
Text Example
White with #D0CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBD1; }
p { color: rgb(208,203,209); }
H1.HeaderClassName
{
color: #D0CBD1;
}
.AnyTagClassName
{
color: #D0CBD1;
}
</style>
background-color css
<style>
a { background-color: #D0CBD1; }
a { background-color: rgb(208,203,209); }
div.DivClassName
{
background-color: #D0CBD1;
}
.BgClassName
{
background-color: #D0CBD1;
}
</style>
border-color css
<style>
span { border-color: #D0CBD1; }
span { border-color: rgb(208,203,209); }
td.TdClassName
{
border-color: #D0CBD1;
}
.TagClassName
{
border-color: #D0CBD1;
}
</style>