Shades of Thistle #CEC0CD
Tints of Thistle #CEC0CD
RGB
CMYK
RGB Variations
Color information
#CEC0CD (or 0xCEC0CD) is known color: Thistle. HEX triplet: CE, C0 and CD. RGB value is (206,192,205). Sum of RGB (Red+Green+Blue) = 206+192+205=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0CD is #313F32. Grayscale: #C5C5C5. Windows color (decimal): -3227443 or 13484238. OLE color: 13484238.
HSL color Cylindrical-coordinate representation of color #CEC0CD: hue angle of 304.29º degrees, saturation: 0.12, 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 #CEC0CD is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 192 | 205 | - |
CMYK | 0 | 0.07 | 0.00 | 0.19 |
HSL | 304.29º | 0.13% | 0.78% | - |
HSV(B) | 304.29º | 0.07% | 0.81% | - |
XYZ | 55.32 | 55.23 | 65.5 | - |
YUV | 197.67 | 132.14 | 133.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 205 | 0 | 0.07 | 0.00 | 0.19 | 304.29 | 0.13 | 0.78 |
Hex | CE | C0 | CD | 0 | 7 | 0 | 13 | 130 | C | 4E |
Octal | 316 | 300 | 315 | 0 | 7 | 0 | 23 | 460 | 14 | 116 |
Binary | 11001110 | 11000000 | 11001101 | 0 | 111 | 0 | 10011 | 100110000 | 1100 | 1001110 |
Color Harmonies of #CEC0CD
Complementary color
Monochromatic Colors of #CEC0CD
Black with #CEC0CD
Text Example
Text Example
White with #CEC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0CD; }
p { color: rgb(206,192,205); }
H1.HeaderClassName
{
color: #CEC0CD;
}
.AnyTagClassName
{
color: #CEC0CD;
}
</style>
background-color css
<style>
a { background-color: #CEC0CD; }
a { background-color: rgb(206,192,205); }
div.DivClassName
{
background-color: #CEC0CD;
}
.BgClassName
{
background-color: #CEC0CD;
}
</style>
border-color css
<style>
span { border-color: #CEC0CD; }
span { border-color: rgb(206,192,205); }
td.TdClassName
{
border-color: #CEC0CD;
}
.TagClassName
{
border-color: #CEC0CD;
}
</style>