Shades of Thistle #CEC2CC
Tints of Thistle #CEC2CC
RGB
CMYK
RGB Variations
Color information
#CEC2CC (or 0xCEC2CC) is known color: Thistle. HEX triplet: CE, C2 and CC. RGB value is (206,194,204). Sum of RGB (Red+Green+Blue) = 206+194+204=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2CC is #313D33. Grayscale: #C6C6C6. Windows color (decimal): -3226932 or 13419214. OLE color: 13419214.
HSL color Cylindrical-coordinate representation of color #CEC2CC: hue angle of 310º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC2CC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 204 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.19 |
| HSL | 310º | 0.11% | 0.78% | - |
| HSV(B) | 310º | 0.06% | 0.81% | - |
| XYZ | 55.64 | 56.07 | 65.02 | - |
| YUV | 198.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 204 | 0 | 0.06 | 0.01 | 0.19 | 310 | 0.11 | 0.78 |
| Hex | CE | C2 | CC | 0 | 6 | 1 | 13 | 136 | B | 4E |
| Octal | 316 | 302 | 314 | 0 | 6 | 1 | 23 | 466 | 13 | 116 |
| Binary | 11001110 | 11000010 | 11001100 | 0 | 110 | 1 | 10011 | 100110110 | 1011 | 1001110 |
Color Harmonies of #CEC2CC
Complementary color
Monochromatic Colors of #CEC2CC
Black with #CEC2CC
Text Example
Text Example
White with #CEC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2CC; }
p { color: rgb(206,194,204); }
H1.HeaderClassName
{
color: #CEC2CC;
}
.AnyTagClassName
{
color: #CEC2CC;
}
</style>
background-color css
<style>
a { background-color: #CEC2CC; }
a { background-color: rgb(206,194,204); }
div.DivClassName
{
background-color: #CEC2CC;
}
.BgClassName
{
background-color: #CEC2CC;
}
</style>
border-color css
<style>
span { border-color: #CEC2CC; }
span { border-color: rgb(206,194,204); }
td.TdClassName
{
border-color: #CEC2CC;
}
.TagClassName
{
border-color: #CEC2CC;
}
</style>