Shades of Thistle #CEBACB
Tints of Thistle #CEBACB
RGB
CMYK
RGB Variations
Color information
#CEBACB (or 0xCEBACB) is known color: Thistle. HEX triplet: CE, BA and CB. RGB value is (206,186,203). Sum of RGB (Red+Green+Blue) = 206+186+203=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBACB is #314534. Grayscale: #C1C1C1. Windows color (decimal): -3228981 or 13351630. OLE color: 13351630.
HSL color Cylindrical-coordinate representation of color #CEBACB: hue angle of 309º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBACB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 203 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.19 |
| HSL | 309º | 0.17% | 0.77% | - |
| HSV(B) | 309º | 0.1% | 0.81% | - |
| XYZ | 53.79 | 52.55 | 63.81 | - |
| YUV | 193.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 203 | 0 | 0.10 | 0.01 | 0.19 | 309 | 0.17 | 0.77 |
| Hex | CE | BA | CB | 0 | A | 1 | 13 | 135 | 11 | 4D |
| Octal | 316 | 272 | 313 | 0 | 12 | 1 | 23 | 465 | 21 | 115 |
| Binary | 11001110 | 10111010 | 11001011 | 0 | 1010 | 1 | 10011 | 100110101 | 10001 | 1001101 |
Color Harmonies of #CEBACB
Complementary color
Monochromatic Colors of #CEBACB
Black with #CEBACB
Text Example
Text Example
White with #CEBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBACB; }
p { color: rgb(206,186,203); }
H1.HeaderClassName
{
color: #CEBACB;
}
.AnyTagClassName
{
color: #CEBACB;
}
</style>
background-color css
<style>
a { background-color: #CEBACB; }
a { background-color: rgb(206,186,203); }
div.DivClassName
{
background-color: #CEBACB;
}
.BgClassName
{
background-color: #CEBACB;
}
</style>
border-color css
<style>
span { border-color: #CEBACB; }
span { border-color: rgb(206,186,203); }
td.TdClassName
{
border-color: #CEBACB;
}
.TagClassName
{
border-color: #CEBACB;
}
</style>