Shades of Thistle #CECBCE
Tints of Thistle #CECBCE
RGB
CMYK
RGB Variations
Color information
#CECBCE (or 0xCECBCE) is known color: Thistle. HEX triplet: CE, CB and CE. RGB value is (206,203,206). Sum of RGB (Red+Green+Blue) = 206+203+206=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CECBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBCE is #313431. Grayscale: #CCCCCC. Windows color (decimal): -3224626 or 13552590. OLE color: 13552590.
HSL color Cylindrical-coordinate representation of color #CECBCE: hue angle of 300º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECBCE is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 203 | 206 | - |
CMYK | 0 | 0.01 | 0 | 0.19 |
HSL | 300º | 0.03% | 0.8% | - |
HSV(B) | 300º | 0.01% | 0.81% | - |
XYZ | 57.95 | 60.29 | 66.98 | - |
YUV | 204.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 206 | 0 | 0.01 | 0 | 0.19 | 300 | 0.03 | 0.8 |
Hex | CE | CB | CE | 0 | 1 | 0 | 13 | 12C | 3 | 50 |
Octal | 316 | 313 | 316 | 0 | 1 | 0 | 23 | 454 | 3 | 120 |
Binary | 11001110 | 11001011 | 11001110 | 0 | 1 | 0 | 10011 | 100101100 | 11 | 1010000 |
Color Harmonies of #CECBCE
Complementary color
Monochromatic Colors of #CECBCE
Black with #CECBCE
Text Example
Text Example
White with #CECBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBCE; }
p { color: rgb(206,203,206); }
H1.HeaderClassName
{
color: #CECBCE;
}
.AnyTagClassName
{
color: #CECBCE;
}
</style>
background-color css
<style>
a { background-color: #CECBCE; }
a { background-color: rgb(206,203,206); }
div.DivClassName
{
background-color: #CECBCE;
}
.BgClassName
{
background-color: #CECBCE;
}
</style>
border-color css
<style>
span { border-color: #CECBCE; }
span { border-color: rgb(206,203,206); }
td.TdClassName
{
border-color: #CECBCE;
}
.TagClassName
{
border-color: #CECBCE;
}
</style>