Shades of Thistle #CEB8CC
Tints of Thistle #CEB8CC
RGB
CMYK
RGB Variations
Color information
#CEB8CC (or 0xCEB8CC) is known color: Thistle. HEX triplet: CE, B8 and CC. RGB value is (206,184,204). Sum of RGB (Red+Green+Blue) = 206+184+204=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8CC is #314733. Grayscale: #C0C0C0. Windows color (decimal): -3229492 or 13416654. OLE color: 13416654.
HSL color Cylindrical-coordinate representation of color #CEB8CC: hue angle of 305.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB8CC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 204 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.19 |
| HSL | 305.45º | 0.18% | 0.76% | - |
| HSV(B) | 305.45º | 0.11% | 0.81% | - |
| XYZ | 53.49 | 51.76 | 64.3 | - |
| YUV | 192.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 204 | 0 | 0.11 | 0.01 | 0.19 | 305.45 | 0.18 | 0.76 |
| Hex | CE | B8 | CC | 0 | B | 1 | 13 | 131 | 12 | 4C |
| Octal | 316 | 270 | 314 | 0 | 13 | 1 | 23 | 461 | 22 | 114 |
| Binary | 11001110 | 10111000 | 11001100 | 0 | 1011 | 1 | 10011 | 100110001 | 10010 | 1001100 |
Color Harmonies of #CEB8CC
Complementary color
Monochromatic Colors of #CEB8CC
Black with #CEB8CC
Text Example
Text Example
White with #CEB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8CC; }
p { color: rgb(206,184,204); }
H1.HeaderClassName
{
color: #CEB8CC;
}
.AnyTagClassName
{
color: #CEB8CC;
}
</style>
background-color css
<style>
a { background-color: #CEB8CC; }
a { background-color: rgb(206,184,204); }
div.DivClassName
{
background-color: #CEB8CC;
}
.BgClassName
{
background-color: #CEB8CC;
}
</style>
border-color css
<style>
span { border-color: #CEB8CC; }
span { border-color: rgb(206,184,204); }
td.TdClassName
{
border-color: #CEB8CC;
}
.TagClassName
{
border-color: #CEB8CC;
}
</style>