Shades of Wafer #CEBBB0
Tints of Wafer #CEBBB0
RGB
CMYK
RGB Variations
Color information
#CEBBB0 (or 0xCEBBB0) is known color: Wafer. HEX triplet: CE, BB and B0. RGB value is (206,187,176). Sum of RGB (Red+Green+Blue) = 206+187+176=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBBB0 is #31444F. Grayscale: #BFBFBF. Windows color (decimal): -3228752 or 11582414. OLE color: 11582414.
HSL color Cylindrical-coordinate representation of color #CEBBB0: hue angle of 22º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBBB0 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 176 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.19 |
| HSL | 22º | 0.23% | 0.75% | - |
| HSV(B) | 22º | 0.15% | 0.81% | - |
| XYZ | 51.06 | 51.8 | 48.38 | - |
| YUV | 191.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 176 | 0 | 0.09 | 0.15 | 0.19 | 22 | 0.23 | 0.75 |
| Hex | CE | BB | B0 | 0 | 9 | F | 13 | 16 | 17 | 4B |
| Octal | 316 | 273 | 260 | 0 | 11 | 17 | 23 | 26 | 27 | 113 |
| Binary | 11001110 | 10111011 | 10110000 | 0 | 1001 | 1111 | 10011 | 10110 | 10111 | 1001011 |
Color Harmonies of #CEBBB0
Complementary color
Monochromatic Colors of #CEBBB0
Black with #CEBBB0
Text Example
Text Example
White with #CEBBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBB0; }
p { color: rgb(206,187,176); }
H1.HeaderClassName
{
color: #CEBBB0;
}
.AnyTagClassName
{
color: #CEBBB0;
}
</style>
background-color css
<style>
a { background-color: #CEBBB0; }
a { background-color: rgb(206,187,176); }
div.DivClassName
{
background-color: #CEBBB0;
}
.BgClassName
{
background-color: #CEBBB0;
}
</style>
border-color css
<style>
span { border-color: #CEBBB0; }
span { border-color: rgb(206,187,176); }
td.TdClassName
{
border-color: #CEBBB0;
}
.TagClassName
{
border-color: #CEBBB0;
}
</style>