Shades of Thistle #D2BBCF
Tints of Thistle #D2BBCF
RGB
CMYK
RGB Variations
Color information
#D2BBCF (or 0xD2BBCF) is known color: Thistle. HEX triplet: D2, BB and CF. RGB value is (210,187,207). Sum of RGB (Red+Green+Blue) = 210+187+207=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBCF is #2D4430. Grayscale: #C4C4C4. Windows color (decimal): -2966577 or 13614034. OLE color: 13614034.
HSL color Cylindrical-coordinate representation of color #D2BBCF: hue angle of 307.83º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BBCF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 207 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.18 |
| HSL | 307.83º | 0.2% | 0.78% | - |
| HSV(B) | 307.83º | 0.11% | 0.82% | - |
| XYZ | 55.61 | 53.75 | 66.47 | - |
| YUV | 196.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 207 | 0 | 0.11 | 0.01 | 0.18 | 307.83 | 0.2 | 0.78 |
| Hex | D2 | BB | CF | 0 | B | 1 | 12 | 134 | 14 | 4E |
| Octal | 322 | 273 | 317 | 0 | 13 | 1 | 22 | 464 | 24 | 116 |
| Binary | 11010010 | 10111011 | 11001111 | 0 | 1011 | 1 | 10010 | 100110100 | 10100 | 1001110 |
Color Harmonies of #D2BBCF
Complementary color
Monochromatic Colors of #D2BBCF
Black with #D2BBCF
Text Example
Text Example
White with #D2BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBCF; }
p { color: rgb(210,187,207); }
H1.HeaderClassName
{
color: #D2BBCF;
}
.AnyTagClassName
{
color: #D2BBCF;
}
</style>
background-color css
<style>
a { background-color: #D2BBCF; }
a { background-color: rgb(210,187,207); }
div.DivClassName
{
background-color: #D2BBCF;
}
.BgClassName
{
background-color: #D2BBCF;
}
</style>
border-color css
<style>
span { border-color: #D2BBCF; }
span { border-color: rgb(210,187,207); }
td.TdClassName
{
border-color: #D2BBCF;
}
.TagClassName
{
border-color: #D2BBCF;
}
</style>