Shades of Thistle #CEB7CD
Tints of Thistle #CEB7CD
RGB
CMYK
RGB Variations
Color information
#CEB7CD (or 0xCEB7CD) is known color: Thistle. HEX triplet: CE, B7 and CD. RGB value is (206,183,205). Sum of RGB (Red+Green+Blue) = 206+183+205=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7CD is #314832. Grayscale: #C0C0C0. Windows color (decimal): -3229747 or 13481934. OLE color: 13481934.
HSL color Cylindrical-coordinate representation of color #CEB7CD: hue angle of 302.61º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB7CD is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 205 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.19 |
| HSL | 302.61º | 0.19% | 0.76% | - |
| HSV(B) | 302.61º | 0.11% | 0.81% | - |
| XYZ | 53.41 | 51.4 | 64.86 | - |
| YUV | 192.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 205 | 0 | 0.11 | 0.00 | 0.19 | 302.61 | 0.19 | 0.76 |
| Hex | CE | B7 | CD | 0 | B | 0 | 13 | 12F | 13 | 4C |
| Octal | 316 | 267 | 315 | 0 | 13 | 0 | 23 | 457 | 23 | 114 |
| Binary | 11001110 | 10110111 | 11001101 | 0 | 1011 | 0 | 10011 | 100101111 | 10011 | 1001100 |
Color Harmonies of #CEB7CD
Complementary color
Monochromatic Colors of #CEB7CD
Black with #CEB7CD
Text Example
Text Example
White with #CEB7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7CD; }
p { color: rgb(206,183,205); }
H1.HeaderClassName
{
color: #CEB7CD;
}
.AnyTagClassName
{
color: #CEB7CD;
}
</style>
background-color css
<style>
a { background-color: #CEB7CD; }
a { background-color: rgb(206,183,205); }
div.DivClassName
{
background-color: #CEB7CD;
}
.BgClassName
{
background-color: #CEB7CD;
}
</style>
border-color css
<style>
span { border-color: #CEB7CD; }
span { border-color: rgb(206,183,205); }
td.TdClassName
{
border-color: #CEB7CD;
}
.TagClassName
{
border-color: #CEB7CD;
}
</style>