Shades of Wafer #CEBEB9
Tints of Wafer #CEBEB9
RGB
CMYK
RGB Variations
Color information
#CEBEB9 (or 0xCEBEB9) is known color: Wafer. HEX triplet: CE, BE and B9. RGB value is (206,190,185). Sum of RGB (Red+Green+Blue) = 206+190+185=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEB9 is #314146. Grayscale: #C2C2C2. Windows color (decimal): -3227975 or 12173006. OLE color: 12173006.
HSL color Cylindrical-coordinate representation of color #CEBEB9: hue angle of 14.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBEB9 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 185 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.19 |
| HSL | 14.29º | 0.18% | 0.77% | - |
| HSV(B) | 14.29º | 0.1% | 0.81% | - |
| XYZ | 52.62 | 53.45 | 53.44 | - |
| YUV | 194.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 185 | 0 | 0.08 | 0.10 | 0.19 | 14.29 | 0.18 | 0.77 |
| Hex | CE | BE | B9 | 0 | 8 | A | 13 | E | 12 | 4D |
| Octal | 316 | 276 | 271 | 0 | 10 | 12 | 23 | 16 | 22 | 115 |
| Binary | 11001110 | 10111110 | 10111001 | 0 | 1000 | 1010 | 10011 | 1110 | 10010 | 1001101 |
Color Harmonies of #CEBEB9
Complementary color
Monochromatic Colors of #CEBEB9
Black with #CEBEB9
Text Example
Text Example
White with #CEBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEB9; }
p { color: rgb(206,190,185); }
H1.HeaderClassName
{
color: #CEBEB9;
}
.AnyTagClassName
{
color: #CEBEB9;
}
</style>
background-color css
<style>
a { background-color: #CEBEB9; }
a { background-color: rgb(206,190,185); }
div.DivClassName
{
background-color: #CEBEB9;
}
.BgClassName
{
background-color: #CEBEB9;
}
</style>
border-color css
<style>
span { border-color: #CEBEB9; }
span { border-color: rgb(206,190,185); }
td.TdClassName
{
border-color: #CEBEB9;
}
.TagClassName
{
border-color: #CEBEB9;
}
</style>