Shades of Thistle #CEC2CE
Tints of Thistle #CEC2CE
RGB
CMYK
RGB Variations
Color information
#CEC2CE (or 0xCEC2CE) is known color: Thistle. HEX triplet: CE, C2 and CE. RGB value is (206,194,206). Sum of RGB (Red+Green+Blue) = 206+194+206=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2CE is #313D31. Grayscale: #C6C6C6. Windows color (decimal): -3226930 or 13550286. OLE color: 13550286.
HSL color Cylindrical-coordinate representation of color #CEC2CE: hue angle of 300º 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 #CEC2CE is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 194 | 206 | - |
CMYK | 0 | 0.06 | 0 | 0.19 |
HSL | 300º | 0.11% | 0.78% | - |
HSV(B) | 300º | 0.06% | 0.81% | - |
XYZ | 55.89 | 56.16 | 66.29 | - |
YUV | 198.96 | 131.98 | 133.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 206 | 0 | 0.06 | 0 | 0.19 | 300 | 0.11 | 0.78 |
Hex | CE | C2 | CE | 0 | 6 | 0 | 13 | 12C | B | 4E |
Octal | 316 | 302 | 316 | 0 | 6 | 0 | 23 | 454 | 13 | 116 |
Binary | 11001110 | 11000010 | 11001110 | 0 | 110 | 0 | 10011 | 100101100 | 1011 | 1001110 |
Color Harmonies of #CEC2CE
Complementary color
Monochromatic Colors of #CEC2CE
Black with #CEC2CE
Text Example
Text Example
White with #CEC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2CE; }
p { color: rgb(206,194,206); }
H1.HeaderClassName
{
color: #CEC2CE;
}
.AnyTagClassName
{
color: #CEC2CE;
}
</style>
background-color css
<style>
a { background-color: #CEC2CE; }
a { background-color: rgb(206,194,206); }
div.DivClassName
{
background-color: #CEC2CE;
}
.BgClassName
{
background-color: #CEC2CE;
}
</style>
border-color css
<style>
span { border-color: #CEC2CE; }
span { border-color: rgb(206,194,206); }
td.TdClassName
{
border-color: #CEC2CE;
}
.TagClassName
{
border-color: #CEC2CE;
}
</style>