Shades of Wafer #CEBAB3
Tints of Wafer #CEBAB3
RGB
CMYK
RGB Variations
Color information
#CEBAB3 (or 0xCEBAB3) is known color: Wafer. HEX triplet: CE, BA and B3. RGB value is (206,186,179). Sum of RGB (Red+Green+Blue) = 206+186+179=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAB3 is #31454C. Grayscale: #BFBFBF. Windows color (decimal): -3229005 or 11778766. OLE color: 11778766.
HSL color Cylindrical-coordinate representation of color #CEBAB3: hue angle of 15.56º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBAB3 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 179 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.19 |
| HSL | 15.56º | 0.22% | 0.75% | - |
| HSV(B) | 15.56º | 0.13% | 0.81% | - |
| XYZ | 51.15 | 51.49 | 49.89 | - |
| YUV | 191.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 179 | 0 | 0.10 | 0.13 | 0.19 | 15.56 | 0.22 | 0.75 |
| Hex | CE | BA | B3 | 0 | A | D | 13 | 10 | 16 | 4B |
| Octal | 316 | 272 | 263 | 0 | 12 | 15 | 23 | 20 | 26 | 113 |
| Binary | 11001110 | 10111010 | 10110011 | 0 | 1010 | 1101 | 10011 | 10000 | 10110 | 1001011 |
Color Harmonies of #CEBAB3
Complementary color
Monochromatic Colors of #CEBAB3
Black with #CEBAB3
Text Example
Text Example
White with #CEBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAB3; }
p { color: rgb(206,186,179); }
H1.HeaderClassName
{
color: #CEBAB3;
}
.AnyTagClassName
{
color: #CEBAB3;
}
</style>
background-color css
<style>
a { background-color: #CEBAB3; }
a { background-color: rgb(206,186,179); }
div.DivClassName
{
background-color: #CEBAB3;
}
.BgClassName
{
background-color: #CEBAB3;
}
</style>
border-color css
<style>
span { border-color: #CEBAB3; }
span { border-color: rgb(206,186,179); }
td.TdClassName
{
border-color: #CEBAB3;
}
.TagClassName
{
border-color: #CEBAB3;
}
</style>