Shades of Thistle #CEBCCD
Tints of Thistle #CEBCCD
RGB
CMYK
RGB Variations
Color information
#CEBCCD (or 0xCEBCCD) is known color: Thistle. HEX triplet: CE, BC and CD. RGB value is (206,188,205). Sum of RGB (Red+Green+Blue) = 206+188+205=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCCD is #314332. Grayscale: #C3C3C3. Windows color (decimal): -3228467 or 13483214. OLE color: 13483214.
HSL color Cylindrical-coordinate representation of color #CEBCCD: hue angle of 303.33º 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 #CEBCCD is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 205 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.19 |
| HSL | 303.33º | 0.16% | 0.77% | - |
| HSV(B) | 303.33º | 0.09% | 0.81% | - |
| XYZ | 54.46 | 53.5 | 65.21 | - |
| YUV | 195.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 205 | 0 | 0.09 | 0.00 | 0.19 | 303.33 | 0.16 | 0.77 |
| Hex | CE | BC | CD | 0 | 9 | 0 | 13 | 12F | 10 | 4D |
| Octal | 316 | 274 | 315 | 0 | 11 | 0 | 23 | 457 | 20 | 115 |
| Binary | 11001110 | 10111100 | 11001101 | 0 | 1001 | 0 | 10011 | 100101111 | 10000 | 1001101 |
Color Harmonies of #CEBCCD
Complementary color
Monochromatic Colors of #CEBCCD
Black with #CEBCCD
Text Example
Text Example
White with #CEBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCCD; }
p { color: rgb(206,188,205); }
H1.HeaderClassName
{
color: #CEBCCD;
}
.AnyTagClassName
{
color: #CEBCCD;
}
</style>
background-color css
<style>
a { background-color: #CEBCCD; }
a { background-color: rgb(206,188,205); }
div.DivClassName
{
background-color: #CEBCCD;
}
.BgClassName
{
background-color: #CEBCCD;
}
</style>
border-color css
<style>
span { border-color: #CEBCCD; }
span { border-color: rgb(206,188,205); }
td.TdClassName
{
border-color: #CEBCCD;
}
.TagClassName
{
border-color: #CEBCCD;
}
</style>