Shades of Wafer #CEBFBB
Tints of Wafer #CEBFBB
RGB
CMYK
RGB Variations
Color information
#CEBFBB (or 0xCEBFBB) is known color: Wafer. HEX triplet: CE, BF and BB. RGB value is (206,191,187). Sum of RGB (Red+Green+Blue) = 206+191+187=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFBB is #314044. Grayscale: #C3C3C3. Windows color (decimal): -3227717 or 12304334. OLE color: 12304334.
HSL color Cylindrical-coordinate representation of color #CEBFBB: hue angle of 12.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBFBB is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 187 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.19 |
| HSL | 12.63º | 0.16% | 0.77% | - |
| HSV(B) | 12.63º | 0.09% | 0.81% | - |
| XYZ | 53.05 | 53.97 | 54.63 | - |
| YUV | 195.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 187 | 0 | 0.07 | 0.09 | 0.19 | 12.63 | 0.16 | 0.77 |
| Hex | CE | BF | BB | 0 | 7 | 9 | 13 | D | 10 | 4D |
| Octal | 316 | 277 | 273 | 0 | 7 | 11 | 23 | 15 | 20 | 115 |
| Binary | 11001110 | 10111111 | 10111011 | 0 | 111 | 1001 | 10011 | 1101 | 10000 | 1001101 |
Color Harmonies of #CEBFBB
Complementary color
Monochromatic Colors of #CEBFBB
Black with #CEBFBB
Text Example
Text Example
White with #CEBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFBB; }
p { color: rgb(206,191,187); }
H1.HeaderClassName
{
color: #CEBFBB;
}
.AnyTagClassName
{
color: #CEBFBB;
}
</style>
background-color css
<style>
a { background-color: #CEBFBB; }
a { background-color: rgb(206,191,187); }
div.DivClassName
{
background-color: #CEBFBB;
}
.BgClassName
{
background-color: #CEBFBB;
}
</style>
border-color css
<style>
span { border-color: #CEBFBB; }
span { border-color: rgb(206,191,187); }
td.TdClassName
{
border-color: #CEBFBB;
}
.TagClassName
{
border-color: #CEBFBB;
}
</style>