Shades of Thistle #CEC2CF
Tints of Thistle #CEC2CF
RGB
CMYK
RGB Variations
Color information
#CEC2CF (or 0xCEC2CF) is known color: Thistle. HEX triplet: CE, C2 and CF. RGB value is (206,194,207). Sum of RGB (Red+Green+Blue) = 206+194+207=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2CF is #313D30. Grayscale: #C7C7C7. Windows color (decimal): -3226929 or 13615822. OLE color: 13615822.
HSL color Cylindrical-coordinate representation of color #CEC2CF: hue angle of 295.38º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC2CF is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 207 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.19 |
| HSL | 295.38º | 0.12% | 0.79% | - |
| HSV(B) | 295.38º | 0.06% | 0.81% | - |
| XYZ | 56.01 | 56.21 | 66.93 | - |
| YUV | 199.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 207 | 0.00 | 0.06 | 0 | 0.19 | 295.38 | 0.12 | 0.79 |
| Hex | CE | C2 | CF | 0 | 6 | 0 | 13 | 127 | C | 4F |
| Octal | 316 | 302 | 317 | 0 | 6 | 0 | 23 | 447 | 14 | 117 |
| Binary | 11001110 | 11000010 | 11001111 | 0 | 110 | 0 | 10011 | 100100111 | 1100 | 1001111 |
Color Harmonies of #CEC2CF
Complementary color
Monochromatic Colors of #CEC2CF
Black with #CEC2CF
Text Example
Text Example
White with #CEC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2CF; }
p { color: rgb(206,194,207); }
H1.HeaderClassName
{
color: #CEC2CF;
}
.AnyTagClassName
{
color: #CEC2CF;
}
</style>
background-color css
<style>
a { background-color: #CEC2CF; }
a { background-color: rgb(206,194,207); }
div.DivClassName
{
background-color: #CEC2CF;
}
.BgClassName
{
background-color: #CEC2CF;
}
</style>
border-color css
<style>
span { border-color: #CEC2CF; }
span { border-color: rgb(206,194,207); }
td.TdClassName
{
border-color: #CEC2CF;
}
.TagClassName
{
border-color: #CEC2CF;
}
</style>