Shades of Thistle #CEB5CF
Tints of Thistle #CEB5CF
RGB
CMYK
RGB Variations
Color information
#CEB5CF (or 0xCEB5CF) is known color: Thistle. HEX triplet: CE, B5 and CF. RGB value is (206,181,207). Sum of RGB (Red+Green+Blue) = 206+181+207=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5CF is #314A30. Grayscale: #BFBFBF. Windows color (decimal): -3230257 or 13612494. OLE color: 13612494.
HSL color Cylindrical-coordinate representation of color #CEB5CF: hue angle of 297.69º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB5CF is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 207 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.19 |
| HSL | 297.69º | 0.21% | 0.76% | - |
| HSV(B) | 297.69º | 0.13% | 0.81% | - |
| XYZ | 53.24 | 50.67 | 66.01 | - |
| YUV | 191.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 207 | 0.00 | 0.13 | 0 | 0.19 | 297.69 | 0.21 | 0.76 |
| Hex | CE | B5 | CF | 0 | D | 0 | 13 | 12A | 15 | 4C |
| Octal | 316 | 265 | 317 | 0 | 15 | 0 | 23 | 452 | 25 | 114 |
| Binary | 11001110 | 10110101 | 11001111 | 0 | 1101 | 0 | 10011 | 100101010 | 10101 | 1001100 |
Color Harmonies of #CEB5CF
Complementary color
Monochromatic Colors of #CEB5CF
Black with #CEB5CF
Text Example
Text Example
White with #CEB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5CF; }
p { color: rgb(206,181,207); }
H1.HeaderClassName
{
color: #CEB5CF;
}
.AnyTagClassName
{
color: #CEB5CF;
}
</style>
background-color css
<style>
a { background-color: #CEB5CF; }
a { background-color: rgb(206,181,207); }
div.DivClassName
{
background-color: #CEB5CF;
}
.BgClassName
{
background-color: #CEB5CF;
}
</style>
border-color css
<style>
span { border-color: #CEB5CF; }
span { border-color: rgb(206,181,207); }
td.TdClassName
{
border-color: #CEB5CF;
}
.TagClassName
{
border-color: #CEB5CF;
}
</style>