Shades of Thistle #CEBECE
Tints of Thistle #CEBECE
RGB
CMYK
RGB Variations
Color information
#CEBECE (or 0xCEBECE) is known color: Thistle. HEX triplet: CE, BE and CE. RGB value is (206,190,206). Sum of RGB (Red+Green+Blue) = 206+190+206=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBECE is #314131. Grayscale: #C4C4C4. Windows color (decimal): -3227954 or 13549262. OLE color: 13549262.
HSL color Cylindrical-coordinate representation of color #CEBECE: hue angle of 300º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBECE is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 190 | 206 | - |
CMYK | 0 | 0.08 | 0 | 0.19 |
HSL | 300º | 0.14% | 0.78% | - |
HSV(B) | 300º | 0.08% | 0.81% | - |
XYZ | 55.01 | 54.4 | 65.99 | - |
YUV | 196.61 | 133.3 | 134.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 190 | 206 | 0 | 0.08 | 0 | 0.19 | 300 | 0.14 | 0.78 |
Hex | CE | BE | CE | 0 | 8 | 0 | 13 | 12C | E | 4E |
Octal | 316 | 276 | 316 | 0 | 10 | 0 | 23 | 454 | 16 | 116 |
Binary | 11001110 | 10111110 | 11001110 | 0 | 1000 | 0 | 10011 | 100101100 | 1110 | 1001110 |
Color Harmonies of #CEBECE
Complementary color
Monochromatic Colors of #CEBECE
Black with #CEBECE
Text Example
Text Example
White with #CEBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBECE; }
p { color: rgb(206,190,206); }
H1.HeaderClassName
{
color: #CEBECE;
}
.AnyTagClassName
{
color: #CEBECE;
}
</style>
background-color css
<style>
a { background-color: #CEBECE; }
a { background-color: rgb(206,190,206); }
div.DivClassName
{
background-color: #CEBECE;
}
.BgClassName
{
background-color: #CEBECE;
}
</style>
border-color css
<style>
span { border-color: #CEBECE; }
span { border-color: rgb(206,190,206); }
td.TdClassName
{
border-color: #CEBECE;
}
.TagClassName
{
border-color: #CEBECE;
}
</style>