Shades of Wafer #CEB8AB
Tints of Wafer #CEB8AB
RGB
CMYK
RGB Variations
Color information
#CEB8AB (or 0xCEB8AB) is known color: Wafer. HEX triplet: CE, B8 and AB. RGB value is (206,184,171). Sum of RGB (Red+Green+Blue) = 206+184+171=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB8AB is #314754. Grayscale: #BDBDBD. Windows color (decimal): -3229525 or 11253966. OLE color: 11253966.
HSL color Cylindrical-coordinate representation of color #CEB8AB: hue angle of 22.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB8AB is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 171 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.19 |
| HSL | 22.29º | 0.26% | 0.74% | - |
| HSV(B) | 22.29º | 0.17% | 0.81% | - |
| XYZ | 49.94 | 50.34 | 45.61 | - |
| YUV | 189.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 171 | 0 | 0.11 | 0.17 | 0.19 | 22.29 | 0.26 | 0.74 |
| Hex | CE | B8 | AB | 0 | B | 11 | 13 | 16 | 1A | 4A |
| Octal | 316 | 270 | 253 | 0 | 13 | 21 | 23 | 26 | 32 | 112 |
| Binary | 11001110 | 10111000 | 10101011 | 0 | 1011 | 10001 | 10011 | 10110 | 11010 | 1001010 |
Color Harmonies of #CEB8AB
Complementary color
Monochromatic Colors of #CEB8AB
Black with #CEB8AB
Text Example
Text Example
White with #CEB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8AB; }
p { color: rgb(206,184,171); }
H1.HeaderClassName
{
color: #CEB8AB;
}
.AnyTagClassName
{
color: #CEB8AB;
}
</style>
background-color css
<style>
a { background-color: #CEB8AB; }
a { background-color: rgb(206,184,171); }
div.DivClassName
{
background-color: #CEB8AB;
}
.BgClassName
{
background-color: #CEB8AB;
}
</style>
border-color css
<style>
span { border-color: #CEB8AB; }
span { border-color: rgb(206,184,171); }
td.TdClassName
{
border-color: #CEB8AB;
}
.TagClassName
{
border-color: #CEB8AB;
}
</style>