Shades of Thistle #CEB9CC
Tints of Thistle #CEB9CC
RGB
CMYK
RGB Variations
Color information
#CEB9CC (or 0xCEB9CC) is known color: Thistle. HEX triplet: CE, B9 and CC. RGB value is (206,185,204). Sum of RGB (Red+Green+Blue) = 206+185+204=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9CC is #314633. Grayscale: #C1C1C1. Windows color (decimal): -3229236 or 13416910. OLE color: 13416910.
HSL color Cylindrical-coordinate representation of color #CEB9CC: hue angle of 305.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEB9CC is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 204 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.19 |
| HSL | 305.71º | 0.18% | 0.77% | - |
| HSV(B) | 305.71º | 0.1% | 0.81% | - |
| XYZ | 53.7 | 52.18 | 64.37 | - |
| YUV | 193.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 204 | 0 | 0.10 | 0.01 | 0.19 | 305.71 | 0.18 | 0.77 |
| Hex | CE | B9 | CC | 0 | A | 1 | 13 | 132 | 12 | 4D |
| Octal | 316 | 271 | 314 | 0 | 12 | 1 | 23 | 462 | 22 | 115 |
| Binary | 11001110 | 10111001 | 11001100 | 0 | 1010 | 1 | 10011 | 100110010 | 10010 | 1001101 |
Color Harmonies of #CEB9CC
Complementary color
Monochromatic Colors of #CEB9CC
Black with #CEB9CC
Text Example
Text Example
White with #CEB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB9CC; }
p { color: rgb(206,185,204); }
H1.HeaderClassName
{
color: #CEB9CC;
}
.AnyTagClassName
{
color: #CEB9CC;
}
</style>
background-color css
<style>
a { background-color: #CEB9CC; }
a { background-color: rgb(206,185,204); }
div.DivClassName
{
background-color: #CEB9CC;
}
.BgClassName
{
background-color: #CEB9CC;
}
</style>
border-color css
<style>
span { border-color: #CEB9CC; }
span { border-color: rgb(206,185,204); }
td.TdClassName
{
border-color: #CEB9CC;
}
.TagClassName
{
border-color: #CEB9CC;
}
</style>