Shades of Thistle #CEC7CF
Tints of Thistle #CEC7CF
RGB
CMYK
RGB Variations
Color information
#CEC7CF (or 0xCEC7CF) is known color: Thistle. HEX triplet: CE, C7 and CF. RGB value is (206,199,207). Sum of RGB (Red+Green+Blue) = 206+199+207=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEC7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7CF is #313830. Grayscale: #C9C9C9. Windows color (decimal): -3225649 or 13617102. OLE color: 13617102.
HSL color Cylindrical-coordinate representation of color #CEC7CF: hue angle of 292.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CEC7CF is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 207 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.19 |
| HSL | 292.5º | 0.08% | 0.8% | - |
| HSV(B) | 292.5º | 0.04% | 0.81% | - |
| XYZ | 57.14 | 58.47 | 67.31 | - |
| YUV | 202.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 207 | 0.00 | 0.04 | 0 | 0.19 | 292.5 | 0.08 | 0.8 |
| Hex | CE | C7 | CF | 0 | 4 | 0 | 13 | 124 | 8 | 50 |
| Octal | 316 | 307 | 317 | 0 | 4 | 0 | 23 | 444 | 10 | 120 |
| Binary | 11001110 | 11000111 | 11001111 | 0 | 100 | 0 | 10011 | 100100100 | 1000 | 1010000 |
Color Harmonies of #CEC7CF
Complementary color
Monochromatic Colors of #CEC7CF
Black with #CEC7CF
Text Example
Text Example
White with #CEC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7CF; }
p { color: rgb(206,199,207); }
H1.HeaderClassName
{
color: #CEC7CF;
}
.AnyTagClassName
{
color: #CEC7CF;
}
</style>
background-color css
<style>
a { background-color: #CEC7CF; }
a { background-color: rgb(206,199,207); }
div.DivClassName
{
background-color: #CEC7CF;
}
.BgClassName
{
background-color: #CEC7CF;
}
</style>
border-color css
<style>
span { border-color: #CEC7CF; }
span { border-color: rgb(206,199,207); }
td.TdClassName
{
border-color: #CEC7CF;
}
.TagClassName
{
border-color: #CEC7CF;
}
</style>