Shades of Thistle #D2BCCF
Tints of Thistle #D2BCCF
RGB
CMYK
RGB Variations
Color information
#D2BCCF (or 0xD2BCCF) is known color: Thistle. HEX triplet: D2, BC and CF. RGB value is (210,188,207). Sum of RGB (Red+Green+Blue) = 210+188+207=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCCF is #2D4330. Grayscale: #C4C4C4. Windows color (decimal): -2966321 or 13614290. OLE color: 13614290.
HSL color Cylindrical-coordinate representation of color #D2BCCF: hue angle of 308.18º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BCCF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 207 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.18 |
| HSL | 308.18º | 0.2% | 0.78% | - |
| HSV(B) | 308.18º | 0.1% | 0.82% | - |
| XYZ | 55.82 | 54.17 | 66.55 | - |
| YUV | 196.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 207 | 0 | 0.10 | 0.01 | 0.18 | 308.18 | 0.2 | 0.78 |
| Hex | D2 | BC | CF | 0 | A | 1 | 12 | 134 | 14 | 4E |
| Octal | 322 | 274 | 317 | 0 | 12 | 1 | 22 | 464 | 24 | 116 |
| Binary | 11010010 | 10111100 | 11001111 | 0 | 1010 | 1 | 10010 | 100110100 | 10100 | 1001110 |
Color Harmonies of #D2BCCF
Complementary color
Monochromatic Colors of #D2BCCF
Black with #D2BCCF
Text Example
Text Example
White with #D2BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCCF; }
p { color: rgb(210,188,207); }
H1.HeaderClassName
{
color: #D2BCCF;
}
.AnyTagClassName
{
color: #D2BCCF;
}
</style>
background-color css
<style>
a { background-color: #D2BCCF; }
a { background-color: rgb(210,188,207); }
div.DivClassName
{
background-color: #D2BCCF;
}
.BgClassName
{
background-color: #D2BCCF;
}
</style>
border-color css
<style>
span { border-color: #D2BCCF; }
span { border-color: rgb(210,188,207); }
td.TdClassName
{
border-color: #D2BCCF;
}
.TagClassName
{
border-color: #D2BCCF;
}
</style>