Shades of Thistle #CEBDCC
Tints of Thistle #CEBDCC
RGB
CMYK
RGB Variations
Color information
#CEBDCC (or 0xCEBDCC) is known color: Thistle. HEX triplet: CE, BD and CC. RGB value is (206,189,204). Sum of RGB (Red+Green+Blue) = 206+189+204=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDCC is #314233. Grayscale: #C3C3C3. Windows color (decimal): -3228212 or 13417934. OLE color: 13417934.
HSL color Cylindrical-coordinate representation of color #CEBDCC: hue angle of 307.06º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBDCC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 204 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.19 |
| HSL | 307.06º | 0.15% | 0.77% | - |
| HSV(B) | 307.06º | 0.08% | 0.81% | - |
| XYZ | 54.55 | 53.88 | 64.65 | - |
| YUV | 195.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 204 | 0 | 0.08 | 0.01 | 0.19 | 307.06 | 0.15 | 0.77 |
| Hex | CE | BD | CC | 0 | 8 | 1 | 13 | 133 | F | 4D |
| Octal | 316 | 275 | 314 | 0 | 10 | 1 | 23 | 463 | 17 | 115 |
| Binary | 11001110 | 10111101 | 11001100 | 0 | 1000 | 1 | 10011 | 100110011 | 1111 | 1001101 |
Color Harmonies of #CEBDCC
Complementary color
Monochromatic Colors of #CEBDCC
Black with #CEBDCC
Text Example
Text Example
White with #CEBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDCC; }
p { color: rgb(206,189,204); }
H1.HeaderClassName
{
color: #CEBDCC;
}
.AnyTagClassName
{
color: #CEBDCC;
}
</style>
background-color css
<style>
a { background-color: #CEBDCC; }
a { background-color: rgb(206,189,204); }
div.DivClassName
{
background-color: #CEBDCC;
}
.BgClassName
{
background-color: #CEBDCC;
}
</style>
border-color css
<style>
span { border-color: #CEBDCC; }
span { border-color: rgb(206,189,204); }
td.TdClassName
{
border-color: #CEBDCC;
}
.TagClassName
{
border-color: #CEBDCC;
}
</style>