Shades of Thistle #CEBAD0
Tints of Thistle #CEBAD0
RGB
CMYK
RGB Variations
Color information
#CEBAD0 (or 0xCEBAD0) is known color: Thistle. HEX triplet: CE, BA and D0. RGB value is (206,186,208). Sum of RGB (Red+Green+Blue) = 206+186+208=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAD0 is #31452F. Grayscale: #C2C2C2. Windows color (decimal): -3228976 or 13679310. OLE color: 13679310.
HSL color Cylindrical-coordinate representation of color #CEBAD0: hue angle of 294.55º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEBAD0 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 186 | 208 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.18 |
| HSL | 294.55º | 0.19% | 0.77% | - |
| HSV(B) | 294.55º | 0.11% | 0.82% | - |
| XYZ | 54.4 | 52.79 | 67 | - |
| YUV | 194.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 208 | 0.01 | 0.11 | 0 | 0.18 | 294.55 | 0.19 | 0.77 |
| Hex | CE | BA | D0 | 1 | B | 0 | 12 | 127 | 13 | 4D |
| Octal | 316 | 272 | 320 | 1 | 13 | 0 | 22 | 447 | 23 | 115 |
| Binary | 11001110 | 10111010 | 11010000 | 1 | 1011 | 0 | 10010 | 100100111 | 10011 | 1001101 |
Color Harmonies of #CEBAD0
Complementary color
Monochromatic Colors of #CEBAD0
Black with #CEBAD0
Text Example
Text Example
White with #CEBAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAD0; }
p { color: rgb(206,186,208); }
H1.HeaderClassName
{
color: #CEBAD0;
}
.AnyTagClassName
{
color: #CEBAD0;
}
</style>
background-color css
<style>
a { background-color: #CEBAD0; }
a { background-color: rgb(206,186,208); }
div.DivClassName
{
background-color: #CEBAD0;
}
.BgClassName
{
background-color: #CEBAD0;
}
</style>
border-color css
<style>
span { border-color: #CEBAD0; }
span { border-color: rgb(206,186,208); }
td.TdClassName
{
border-color: #CEBAD0;
}
.TagClassName
{
border-color: #CEBAD0;
}
</style>