Shades of Thistle #CEB6CF
Tints of Thistle #CEB6CF
RGB
CMYK
RGB Variations
Color information
#CEB6CF (or 0xCEB6CF) is known color: Thistle. HEX triplet: CE, B6 and CF. RGB value is (206,182,207). Sum of RGB (Red+Green+Blue) = 206+182+207=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6CF is #314930. Grayscale: #BFBFBF. Windows color (decimal): -3230001 or 13612750. OLE color: 13612750.
HSL color Cylindrical-coordinate representation of color #CEB6CF: hue angle of 297.6º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB6CF is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 207 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.19 |
| HSL | 297.6º | 0.21% | 0.76% | - |
| HSV(B) | 297.6º | 0.12% | 0.81% | - |
| XYZ | 53.44 | 51.08 | 66.07 | - |
| YUV | 192.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 207 | 0.00 | 0.12 | 0 | 0.19 | 297.6 | 0.21 | 0.76 |
| Hex | CE | B6 | CF | 0 | C | 0 | 13 | 12A | 15 | 4C |
| Octal | 316 | 266 | 317 | 0 | 14 | 0 | 23 | 452 | 25 | 114 |
| Binary | 11001110 | 10110110 | 11001111 | 0 | 1100 | 0 | 10011 | 100101010 | 10101 | 1001100 |
Color Harmonies of #CEB6CF
Complementary color
Monochromatic Colors of #CEB6CF
Black with #CEB6CF
Text Example
Text Example
White with #CEB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB6CF; }
p { color: rgb(206,182,207); }
H1.HeaderClassName
{
color: #CEB6CF;
}
.AnyTagClassName
{
color: #CEB6CF;
}
</style>
background-color css
<style>
a { background-color: #CEB6CF; }
a { background-color: rgb(206,182,207); }
div.DivClassName
{
background-color: #CEB6CF;
}
.BgClassName
{
background-color: #CEB6CF;
}
</style>
border-color css
<style>
span { border-color: #CEB6CF; }
span { border-color: rgb(206,182,207); }
td.TdClassName
{
border-color: #CEB6CF;
}
.TagClassName
{
border-color: #CEB6CF;
}
</style>