Shades of Thistle #CEBAD1
Tints of Thistle #CEBAD1
RGB
CMYK
RGB Variations
Color information
#CEBAD1 (or 0xCEBAD1) is known color: Thistle. HEX triplet: CE, BA and D1. RGB value is (206,186,209). Sum of RGB (Red+Green+Blue) = 206+186+209=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAD1 is #31452E. Grayscale: #C2C2C2. Windows color (decimal): -3228975 or 13744846. OLE color: 13744846.
HSL color Cylindrical-coordinate representation of color #CEBAD1: hue angle of 292.17º degrees, saturation: 0.2, 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 #CEBAD1 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 186 | 209 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.18 |
| HSL | 292.17º | 0.2% | 0.77% | - |
| HSV(B) | 292.17º | 0.11% | 0.82% | - |
| XYZ | 54.52 | 52.84 | 67.65 | - |
| YUV | 194.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 209 | 0.01 | 0.11 | 0 | 0.18 | 292.17 | 0.2 | 0.77 |
| Hex | CE | BA | D1 | 1 | B | 0 | 12 | 124 | 14 | 4D |
| Octal | 316 | 272 | 321 | 1 | 13 | 0 | 22 | 444 | 24 | 115 |
| Binary | 11001110 | 10111010 | 11010001 | 1 | 1011 | 0 | 10010 | 100100100 | 10100 | 1001101 |
Color Harmonies of #CEBAD1
Complementary color
Monochromatic Colors of #CEBAD1
Black with #CEBAD1
Text Example
Text Example
White with #CEBAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAD1; }
p { color: rgb(206,186,209); }
H1.HeaderClassName
{
color: #CEBAD1;
}
.AnyTagClassName
{
color: #CEBAD1;
}
</style>
background-color css
<style>
a { background-color: #CEBAD1; }
a { background-color: rgb(206,186,209); }
div.DivClassName
{
background-color: #CEBAD1;
}
.BgClassName
{
background-color: #CEBAD1;
}
</style>
border-color css
<style>
span { border-color: #CEBAD1; }
span { border-color: rgb(206,186,209); }
td.TdClassName
{
border-color: #CEBAD1;
}
.TagClassName
{
border-color: #CEBAD1;
}
</style>