Shades of Thistle #CEC0CC
Tints of Thistle #CEC0CC
RGB
CMYK
RGB Variations
Color information
#CEC0CC (or 0xCEC0CC) is known color: Thistle. HEX triplet: CE, C0 and CC. RGB value is (206,192,204). Sum of RGB (Red+Green+Blue) = 206+192+204=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0CC is #313F33. Grayscale: #C5C5C5. Windows color (decimal): -3227444 or 13418702. OLE color: 13418702.
HSL color Cylindrical-coordinate representation of color #CEC0CC: hue angle of 308.57º 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 #CEC0CC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 192 | 204 | - |
CMYK | 0 | 0.07 | 0.01 | 0.19 |
HSL | 308.57º | 0.13% | 0.78% | - |
HSV(B) | 308.57º | 0.07% | 0.81% | - |
XYZ | 55.2 | 55.18 | 64.87 | - |
YUV | 197.55 | 131.64 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 204 | 0 | 0.07 | 0.01 | 0.19 | 308.57 | 0.13 | 0.78 |
Hex | CE | C0 | CC | 0 | 7 | 1 | 13 | 135 | C | 4E |
Octal | 316 | 300 | 314 | 0 | 7 | 1 | 23 | 465 | 14 | 116 |
Binary | 11001110 | 11000000 | 11001100 | 0 | 111 | 1 | 10011 | 100110101 | 1100 | 1001110 |
Color Harmonies of #CEC0CC
Complementary color
Monochromatic Colors of #CEC0CC
Black with #CEC0CC
Text Example
Text Example
White with #CEC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0CC; }
p { color: rgb(206,192,204); }
H1.HeaderClassName
{
color: #CEC0CC;
}
.AnyTagClassName
{
color: #CEC0CC;
}
</style>
background-color css
<style>
a { background-color: #CEC0CC; }
a { background-color: rgb(206,192,204); }
div.DivClassName
{
background-color: #CEC0CC;
}
.BgClassName
{
background-color: #CEC0CC;
}
</style>
border-color css
<style>
span { border-color: #CEC0CC; }
span { border-color: rgb(206,192,204); }
td.TdClassName
{
border-color: #CEC0CC;
}
.TagClassName
{
border-color: #CEC0CC;
}
</style>