Shades of Thistle #CEC3CE
Tints of Thistle #CEC3CE
RGB
CMYK
RGB Variations
Color information
#CEC3CE (or 0xCEC3CE) is known color: Thistle. HEX triplet: CE, C3 and CE. RGB value is (206,195,206). Sum of RGB (Red+Green+Blue) = 206+195+206=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3CE is #313C31. Grayscale: #C7C7C7. Windows color (decimal): -3226674 or 13550542. OLE color: 13550542.
HSL color Cylindrical-coordinate representation of color #CEC3CE: hue angle of 300º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC3CE is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 195 | 206 | - |
CMYK | 0 | 0.05 | 0 | 0.19 |
HSL | 300º | 0.1% | 0.79% | - |
HSV(B) | 300º | 0.05% | 0.81% | - |
XYZ | 56.11 | 56.61 | 66.36 | - |
YUV | 199.54 | 131.64 | 132.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 206 | 0 | 0.05 | 0 | 0.19 | 300 | 0.1 | 0.79 |
Hex | CE | C3 | CE | 0 | 5 | 0 | 13 | 12C | A | 4F |
Octal | 316 | 303 | 316 | 0 | 5 | 0 | 23 | 454 | 12 | 117 |
Binary | 11001110 | 11000011 | 11001110 | 0 | 101 | 0 | 10011 | 100101100 | 1010 | 1001111 |
Color Harmonies of #CEC3CE
Complementary color
Monochromatic Colors of #CEC3CE
Black with #CEC3CE
Text Example
Text Example
White with #CEC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3CE; }
p { color: rgb(206,195,206); }
H1.HeaderClassName
{
color: #CEC3CE;
}
.AnyTagClassName
{
color: #CEC3CE;
}
</style>
background-color css
<style>
a { background-color: #CEC3CE; }
a { background-color: rgb(206,195,206); }
div.DivClassName
{
background-color: #CEC3CE;
}
.BgClassName
{
background-color: #CEC3CE;
}
</style>
border-color css
<style>
span { border-color: #CEC3CE; }
span { border-color: rgb(206,195,206); }
td.TdClassName
{
border-color: #CEC3CE;
}
.TagClassName
{
border-color: #CEC3CE;
}
</style>