Shades of Thistle #CEBECD
Tints of Thistle #CEBECD
RGB
CMYK
RGB Variations
Color information
#CEBECD (or 0xCEBECD) is known color: Thistle. HEX triplet: CE, BE and CD. RGB value is (206,190,205). Sum of RGB (Red+Green+Blue) = 206+190+205=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBECD is #314132. Grayscale: #C4C4C4. Windows color (decimal): -3227955 or 13483726. OLE color: 13483726.
HSL color Cylindrical-coordinate representation of color #CEBECD: hue angle of 303.75º 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 #CEBECD is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 205 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.19 |
| HSL | 303.75º | 0.14% | 0.78% | - |
| HSV(B) | 303.75º | 0.08% | 0.81% | - |
| XYZ | 54.89 | 54.36 | 65.36 | - |
| YUV | 196.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 205 | 0 | 0.08 | 0.00 | 0.19 | 303.75 | 0.14 | 0.78 |
| Hex | CE | BE | CD | 0 | 8 | 0 | 13 | 130 | E | 4E |
| Octal | 316 | 276 | 315 | 0 | 10 | 0 | 23 | 460 | 16 | 116 |
| Binary | 11001110 | 10111110 | 11001101 | 0 | 1000 | 0 | 10011 | 100110000 | 1110 | 1001110 |
Color Harmonies of #CEBECD
Complementary color
Monochromatic Colors of #CEBECD
Black with #CEBECD
Text Example
Text Example
White with #CEBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBECD; }
p { color: rgb(206,190,205); }
H1.HeaderClassName
{
color: #CEBECD;
}
.AnyTagClassName
{
color: #CEBECD;
}
</style>
background-color css
<style>
a { background-color: #CEBECD; }
a { background-color: rgb(206,190,205); }
div.DivClassName
{
background-color: #CEBECD;
}
.BgClassName
{
background-color: #CEBECD;
}
</style>
border-color css
<style>
span { border-color: #CEBECD; }
span { border-color: rgb(206,190,205); }
td.TdClassName
{
border-color: #CEBECD;
}
.TagClassName
{
border-color: #CEBECD;
}
</style>