Shades of Wafer #CEBAB0
Tints of Wafer #CEBAB0
RGB
CMYK
RGB Variations
Color information
#CEBAB0 (or 0xCEBAB0) is known color: Wafer. HEX triplet: CE, BA and B0. RGB value is (206,186,176). Sum of RGB (Red+Green+Blue) = 206+186+176=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAB0 is #31454F. Grayscale: #BEBEBE. Windows color (decimal): -3229008 or 11582158. OLE color: 11582158.
HSL color Cylindrical-coordinate representation of color #CEBAB0: hue angle of 20º 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 #CEBAB0 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 176 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.19 |
| HSL | 20º | 0.23% | 0.75% | - |
| HSV(B) | 20º | 0.15% | 0.81% | - |
| XYZ | 50.85 | 51.37 | 48.31 | - |
| YUV | 190.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 176 | 0 | 0.10 | 0.15 | 0.19 | 20 | 0.23 | 0.75 |
| Hex | CE | BA | B0 | 0 | A | F | 13 | 14 | 17 | 4B |
| Octal | 316 | 272 | 260 | 0 | 12 | 17 | 23 | 24 | 27 | 113 |
| Binary | 11001110 | 10111010 | 10110000 | 0 | 1010 | 1111 | 10011 | 10100 | 10111 | 1001011 |
Color Harmonies of #CEBAB0
Complementary color
Monochromatic Colors of #CEBAB0
Black with #CEBAB0
Text Example
Text Example
White with #CEBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAB0; }
p { color: rgb(206,186,176); }
H1.HeaderClassName
{
color: #CEBAB0;
}
.AnyTagClassName
{
color: #CEBAB0;
}
</style>
background-color css
<style>
a { background-color: #CEBAB0; }
a { background-color: rgb(206,186,176); }
div.DivClassName
{
background-color: #CEBAB0;
}
.BgClassName
{
background-color: #CEBAB0;
}
</style>
border-color css
<style>
span { border-color: #CEBAB0; }
span { border-color: rgb(206,186,176); }
td.TdClassName
{
border-color: #CEBAB0;
}
.TagClassName
{
border-color: #CEBAB0;
}
</style>