Shades of Thistle #CEBFCF
Tints of Thistle #CEBFCF
RGB
CMYK
RGB Variations
Color information
#CEBFCF (or 0xCEBFCF) is known color: Thistle. HEX triplet: CE, BF and CF. RGB value is (206,191,207). Sum of RGB (Red+Green+Blue) = 206+191+207=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEBFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFCF is #314030. Grayscale: #C5C5C5. Windows color (decimal): -3227697 or 13615054. OLE color: 13615054.
HSL color Cylindrical-coordinate representation of color #CEBFCF: hue angle of 296.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBFCF is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 207 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.19 |
| HSL | 296.25º | 0.14% | 0.78% | - |
| HSV(B) | 296.25º | 0.08% | 0.81% | - |
| XYZ | 55.35 | 54.89 | 66.71 | - |
| YUV | 197.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 207 | 0.00 | 0.08 | 0 | 0.19 | 296.25 | 0.14 | 0.78 |
| Hex | CE | BF | CF | 0 | 8 | 0 | 13 | 128 | E | 4E |
| Octal | 316 | 277 | 317 | 0 | 10 | 0 | 23 | 450 | 16 | 116 |
| Binary | 11001110 | 10111111 | 11001111 | 0 | 1000 | 0 | 10011 | 100101000 | 1110 | 1001110 |
Color Harmonies of #CEBFCF
Complementary color
Monochromatic Colors of #CEBFCF
Black with #CEBFCF
Text Example
Text Example
White with #CEBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFCF; }
p { color: rgb(206,191,207); }
H1.HeaderClassName
{
color: #CEBFCF;
}
.AnyTagClassName
{
color: #CEBFCF;
}
</style>
background-color css
<style>
a { background-color: #CEBFCF; }
a { background-color: rgb(206,191,207); }
div.DivClassName
{
background-color: #CEBFCF;
}
.BgClassName
{
background-color: #CEBFCF;
}
</style>
border-color css
<style>
span { border-color: #CEBFCF; }
span { border-color: rgb(206,191,207); }
td.TdClassName
{
border-color: #CEBFCF;
}
.TagClassName
{
border-color: #CEBFCF;
}
</style>