Shades of Thistle #CEC0CF
Tints of Thistle #CEC0CF
RGB
CMYK
RGB Variations
Color information
#CEC0CF (or 0xCEC0CF) is known color: Thistle. HEX triplet: CE, C0 and CF. RGB value is (206,192,207). Sum of RGB (Red+Green+Blue) = 206+192+207=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0CF is #313F30. Grayscale: #C5C5C5. Windows color (decimal): -3227441 or 13615310. OLE color: 13615310.
HSL color Cylindrical-coordinate representation of color #CEC0CF: hue angle of 296º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC0CF is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 207 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.19 |
| HSL | 296º | 0.14% | 0.78% | - |
| HSV(B) | 296º | 0.07% | 0.81% | - |
| XYZ | 55.57 | 55.33 | 66.78 | - |
| YUV | 197.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 207 | 0.00 | 0.07 | 0 | 0.19 | 296 | 0.14 | 0.78 |
| Hex | CE | C0 | CF | 0 | 7 | 0 | 13 | 128 | E | 4E |
| Octal | 316 | 300 | 317 | 0 | 7 | 0 | 23 | 450 | 16 | 116 |
| Binary | 11001110 | 11000000 | 11001111 | 0 | 111 | 0 | 10011 | 100101000 | 1110 | 1001110 |
Color Harmonies of #CEC0CF
Complementary color
Monochromatic Colors of #CEC0CF
Black with #CEC0CF
Text Example
Text Example
White with #CEC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0CF; }
p { color: rgb(206,192,207); }
H1.HeaderClassName
{
color: #CEC0CF;
}
.AnyTagClassName
{
color: #CEC0CF;
}
</style>
background-color css
<style>
a { background-color: #CEC0CF; }
a { background-color: rgb(206,192,207); }
div.DivClassName
{
background-color: #CEC0CF;
}
.BgClassName
{
background-color: #CEC0CF;
}
</style>
border-color css
<style>
span { border-color: #CEC0CF; }
span { border-color: rgb(206,192,207); }
td.TdClassName
{
border-color: #CEC0CF;
}
.TagClassName
{
border-color: #CEC0CF;
}
</style>