Shades of Thistle #CEBBCE
Tints of Thistle #CEBBCE
RGB
CMYK
RGB Variations
Color information
#CEBBCE (or 0xCEBBCE) is known color: Thistle. HEX triplet: CE, BB and CE. RGB value is (206,187,206). Sum of RGB (Red+Green+Blue) = 206+187+206=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBCE is #314431. Grayscale: #C2C2C2. Windows color (decimal): -3228722 or 13548494. OLE color: 13548494.
HSL color Cylindrical-coordinate representation of color #CEBBCE: hue angle of 300º 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 #CEBBCE is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 206 | - |
| CMYK | 0 | 0.09 | 0 | 0.19 |
| HSL | 300º | 0.16% | 0.77% | - |
| HSV(B) | 300º | 0.09% | 0.81% | - |
| XYZ | 54.36 | 53.12 | 65.78 | - |
| YUV | 194.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 206 | 0 | 0.09 | 0 | 0.19 | 300 | 0.16 | 0.77 |
| Hex | CE | BB | CE | 0 | 9 | 0 | 13 | 12C | 10 | 4D |
| Octal | 316 | 273 | 316 | 0 | 11 | 0 | 23 | 454 | 20 | 115 |
| Binary | 11001110 | 10111011 | 11001110 | 0 | 1001 | 0 | 10011 | 100101100 | 10000 | 1001101 |
Color Harmonies of #CEBBCE
Complementary color
Monochromatic Colors of #CEBBCE
Black with #CEBBCE
Text Example
Text Example
White with #CEBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBCE; }
p { color: rgb(206,187,206); }
H1.HeaderClassName
{
color: #CEBBCE;
}
.AnyTagClassName
{
color: #CEBBCE;
}
</style>
background-color css
<style>
a { background-color: #CEBBCE; }
a { background-color: rgb(206,187,206); }
div.DivClassName
{
background-color: #CEBBCE;
}
.BgClassName
{
background-color: #CEBBCE;
}
</style>
border-color css
<style>
span { border-color: #CEBBCE; }
span { border-color: rgb(206,187,206); }
td.TdClassName
{
border-color: #CEBBCE;
}
.TagClassName
{
border-color: #CEBBCE;
}
</style>