Shades of Wafer #CEBEBA
Tints of Wafer #CEBEBA
RGB
CMYK
RGB Variations
Color information
#CEBEBA (or 0xCEBEBA) is known color: Wafer. HEX triplet: CE, BE and BA. RGB value is (206,190,186). Sum of RGB (Red+Green+Blue) = 206+190+186=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEBA is #314145. Grayscale: #C2C2C2. Windows color (decimal): -3227974 or 12238542. OLE color: 12238542.
HSL color Cylindrical-coordinate representation of color #CEBEBA: hue angle of 12º degrees, saturation: 0.17, 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 #CEBEBA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 186 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.19 |
| HSL | 12º | 0.17% | 0.77% | - |
| HSV(B) | 12º | 0.1% | 0.81% | - |
| XYZ | 52.73 | 53.49 | 54 | - |
| YUV | 194.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 186 | 0 | 0.08 | 0.10 | 0.19 | 12 | 0.17 | 0.77 |
| Hex | CE | BE | BA | 0 | 8 | A | 13 | C | 11 | 4D |
| Octal | 316 | 276 | 272 | 0 | 10 | 12 | 23 | 14 | 21 | 115 |
| Binary | 11001110 | 10111110 | 10111010 | 0 | 1000 | 1010 | 10011 | 1100 | 10001 | 1001101 |
Color Harmonies of #CEBEBA
Complementary color
Monochromatic Colors of #CEBEBA
Black with #CEBEBA
Text Example
Text Example
White with #CEBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEBA; }
p { color: rgb(206,190,186); }
H1.HeaderClassName
{
color: #CEBEBA;
}
.AnyTagClassName
{
color: #CEBEBA;
}
</style>
background-color css
<style>
a { background-color: #CEBEBA; }
a { background-color: rgb(206,190,186); }
div.DivClassName
{
background-color: #CEBEBA;
}
.BgClassName
{
background-color: #CEBEBA;
}
</style>
border-color css
<style>
span { border-color: #CEBEBA; }
span { border-color: rgb(206,190,186); }
td.TdClassName
{
border-color: #CEBEBA;
}
.TagClassName
{
border-color: #CEBEBA;
}
</style>