Shades of Thistle #CEBBCB
Tints of Thistle #CEBBCB
RGB
CMYK
RGB Variations
Color information
#CEBBCB (or 0xCEBBCB) is known color: Thistle. HEX triplet: CE, BB and CB. RGB value is (206,187,203). Sum of RGB (Red+Green+Blue) = 206+187+203=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBCB is #314434. Grayscale: #C2C2C2. Windows color (decimal): -3228725 or 13351886. OLE color: 13351886.
HSL color Cylindrical-coordinate representation of color #CEBBCB: hue angle of 309.47º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBBCB is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 203 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.19 |
| HSL | 309.47º | 0.16% | 0.77% | - |
| HSV(B) | 309.47º | 0.09% | 0.81% | - |
| XYZ | 54 | 52.97 | 63.88 | - |
| YUV | 194.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 203 | 0 | 0.09 | 0.01 | 0.19 | 309.47 | 0.16 | 0.77 |
| Hex | CE | BB | CB | 0 | 9 | 1 | 13 | 135 | 10 | 4D |
| Octal | 316 | 273 | 313 | 0 | 11 | 1 | 23 | 465 | 20 | 115 |
| Binary | 11001110 | 10111011 | 11001011 | 0 | 1001 | 1 | 10011 | 100110101 | 10000 | 1001101 |
Color Harmonies of #CEBBCB
Complementary color
Monochromatic Colors of #CEBBCB
Black with #CEBBCB
Text Example
Text Example
White with #CEBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBCB; }
p { color: rgb(206,187,203); }
H1.HeaderClassName
{
color: #CEBBCB;
}
.AnyTagClassName
{
color: #CEBBCB;
}
</style>
background-color css
<style>
a { background-color: #CEBBCB; }
a { background-color: rgb(206,187,203); }
div.DivClassName
{
background-color: #CEBBCB;
}
.BgClassName
{
background-color: #CEBBCB;
}
</style>
border-color css
<style>
span { border-color: #CEBBCB; }
span { border-color: rgb(206,187,203); }
td.TdClassName
{
border-color: #CEBBCB;
}
.TagClassName
{
border-color: #CEBBCB;
}
</style>