Shades of Wafer #CEBCB1
Tints of Wafer #CEBCB1
RGB
CMYK
RGB Variations
Color information
#CEBCB1 (or 0xCEBCB1) is known color: Wafer. HEX triplet: CE, BC and B1. RGB value is (206,188,177). Sum of RGB (Red+Green+Blue) = 206+188+177=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBCB1 is #31434E. Grayscale: #C0C0C0. Windows color (decimal): -3228495 or 11648206. OLE color: 11648206.
HSL color Cylindrical-coordinate representation of color #CEBCB1: hue angle of 22.76º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEBCB1 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 177 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.19 |
| HSL | 22.76º | 0.23% | 0.75% | - |
| HSV(B) | 22.76º | 0.14% | 0.81% | - |
| XYZ | 51.37 | 52.26 | 48.98 | - |
| YUV | 192.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 177 | 0 | 0.09 | 0.14 | 0.19 | 22.76 | 0.23 | 0.75 |
| Hex | CE | BC | B1 | 0 | 9 | E | 13 | 17 | 17 | 4B |
| Octal | 316 | 274 | 261 | 0 | 11 | 16 | 23 | 27 | 27 | 113 |
| Binary | 11001110 | 10111100 | 10110001 | 0 | 1001 | 1110 | 10011 | 10111 | 10111 | 1001011 |
Color Harmonies of #CEBCB1
Complementary color
Monochromatic Colors of #CEBCB1
Black with #CEBCB1
Text Example
Text Example
White with #CEBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCB1; }
p { color: rgb(206,188,177); }
H1.HeaderClassName
{
color: #CEBCB1;
}
.AnyTagClassName
{
color: #CEBCB1;
}
</style>
background-color css
<style>
a { background-color: #CEBCB1; }
a { background-color: rgb(206,188,177); }
div.DivClassName
{
background-color: #CEBCB1;
}
.BgClassName
{
background-color: #CEBCB1;
}
</style>
border-color css
<style>
span { border-color: #CEBCB1; }
span { border-color: rgb(206,188,177); }
td.TdClassName
{
border-color: #CEBCB1;
}
.TagClassName
{
border-color: #CEBCB1;
}
</style>