Shades of Thistle #CEC1CF
Tints of Thistle #CEC1CF
RGB
CMYK
RGB Variations
Color information
#CEC1CF (or 0xCEC1CF) is known color: Thistle. HEX triplet: CE, C1 and CF. RGB value is (206,193,207). Sum of RGB (Red+Green+Blue) = 206+193+207=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1CF is #313E30. Grayscale: #C6C6C6. Windows color (decimal): -3227185 or 13615566. OLE color: 13615566.
HSL color Cylindrical-coordinate representation of color #CEC1CF: hue angle of 295.71º degrees, saturation: 0.13, 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 #CEC1CF is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 193 | 207 | - |
CMYK | 0.00 | 0.07 | 0 | 0.19 |
HSL | 295.71º | 0.13% | 0.78% | - |
HSV(B) | 295.71º | 0.07% | 0.81% | - |
XYZ | 55.79 | 55.77 | 66.86 | - |
YUV | 198.48 | 132.81 | 133.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 193 | 207 | 0.00 | 0.07 | 0 | 0.19 | 295.71 | 0.13 | 0.78 |
Hex | CE | C1 | CF | 0 | 7 | 0 | 13 | 128 | D | 4E |
Octal | 316 | 301 | 317 | 0 | 7 | 0 | 23 | 450 | 15 | 116 |
Binary | 11001110 | 11000001 | 11001111 | 0 | 111 | 0 | 10011 | 100101000 | 1101 | 1001110 |
Color Harmonies of #CEC1CF
Complementary color
Monochromatic Colors of #CEC1CF
Black with #CEC1CF
Text Example
Text Example
White with #CEC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1CF; }
p { color: rgb(206,193,207); }
H1.HeaderClassName
{
color: #CEC1CF;
}
.AnyTagClassName
{
color: #CEC1CF;
}
</style>
background-color css
<style>
a { background-color: #CEC1CF; }
a { background-color: rgb(206,193,207); }
div.DivClassName
{
background-color: #CEC1CF;
}
.BgClassName
{
background-color: #CEC1CF;
}
</style>
border-color css
<style>
span { border-color: #CEC1CF; }
span { border-color: rgb(206,193,207); }
td.TdClassName
{
border-color: #CEC1CF;
}
.TagClassName
{
border-color: #CEC1CF;
}
</style>