Shades of Thistle #CEBBCD
Tints of Thistle #CEBBCD
RGB
CMYK
RGB Variations
Color information
#CEBBCD (or 0xCEBBCD) is known color: Thistle. HEX triplet: CE, BB and CD. RGB value is (206,187,205). Sum of RGB (Red+Green+Blue) = 206+187+205=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBCD is #314432. Grayscale: #C2C2C2. Windows color (decimal): -3228723 or 13482958. OLE color: 13482958.
HSL color Cylindrical-coordinate representation of color #CEBBCD: hue angle of 303.16º 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 #CEBBCD is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 205 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.19 |
| HSL | 303.16º | 0.16% | 0.77% | - |
| HSV(B) | 303.16º | 0.09% | 0.81% | - |
| XYZ | 54.24 | 53.07 | 65.14 | - |
| YUV | 194.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 205 | 0 | 0.09 | 0.00 | 0.19 | 303.16 | 0.16 | 0.77 |
| Hex | CE | BB | CD | 0 | 9 | 0 | 13 | 12F | 10 | 4D |
| Octal | 316 | 273 | 315 | 0 | 11 | 0 | 23 | 457 | 20 | 115 |
| Binary | 11001110 | 10111011 | 11001101 | 0 | 1001 | 0 | 10011 | 100101111 | 10000 | 1001101 |
Color Harmonies of #CEBBCD
Complementary color
Monochromatic Colors of #CEBBCD
Black with #CEBBCD
Text Example
Text Example
White with #CEBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBCD; }
p { color: rgb(206,187,205); }
H1.HeaderClassName
{
color: #CEBBCD;
}
.AnyTagClassName
{
color: #CEBBCD;
}
</style>
background-color css
<style>
a { background-color: #CEBBCD; }
a { background-color: rgb(206,187,205); }
div.DivClassName
{
background-color: #CEBBCD;
}
.BgClassName
{
background-color: #CEBBCD;
}
</style>
border-color css
<style>
span { border-color: #CEBBCD; }
span { border-color: rgb(206,187,205); }
td.TdClassName
{
border-color: #CEBBCD;
}
.TagClassName
{
border-color: #CEBBCD;
}
</style>