Shades of Thistle #CEBFCC
Tints of Thistle #CEBFCC
RGB
CMYK
RGB Variations
Color information
#CEBFCC (or 0xCEBFCC) is known color: Thistle. HEX triplet: CE, BF and CC. RGB value is (206,191,204). Sum of RGB (Red+Green+Blue) = 206+191+204=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFCC is #314033. Grayscale: #C4C4C4. Windows color (decimal): -3227700 or 13418446. OLE color: 13418446.
HSL color Cylindrical-coordinate representation of color #CEBFCC: hue angle of 308º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEBFCC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 204 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.19 |
| HSL | 308º | 0.13% | 0.78% | - |
| HSV(B) | 308º | 0.07% | 0.81% | - |
| XYZ | 54.98 | 54.74 | 64.8 | - |
| YUV | 196.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 204 | 0 | 0.07 | 0.01 | 0.19 | 308 | 0.13 | 0.78 |
| Hex | CE | BF | CC | 0 | 7 | 1 | 13 | 134 | D | 4E |
| Octal | 316 | 277 | 314 | 0 | 7 | 1 | 23 | 464 | 15 | 116 |
| Binary | 11001110 | 10111111 | 11001100 | 0 | 111 | 1 | 10011 | 100110100 | 1101 | 1001110 |
Color Harmonies of #CEBFCC
Complementary color
Monochromatic Colors of #CEBFCC
Black with #CEBFCC
Text Example
Text Example
White with #CEBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFCC; }
p { color: rgb(206,191,204); }
H1.HeaderClassName
{
color: #CEBFCC;
}
.AnyTagClassName
{
color: #CEBFCC;
}
</style>
background-color css
<style>
a { background-color: #CEBFCC; }
a { background-color: rgb(206,191,204); }
div.DivClassName
{
background-color: #CEBFCC;
}
.BgClassName
{
background-color: #CEBFCC;
}
</style>
border-color css
<style>
span { border-color: #CEBFCC; }
span { border-color: rgb(206,191,204); }
td.TdClassName
{
border-color: #CEBFCC;
}
.TagClassName
{
border-color: #CEBFCC;
}
</style>