Shades of Wafer #CEBEB6
Tints of Wafer #CEBEB6
RGB
CMYK
RGB Variations
Color information
#CEBEB6 (or 0xCEBEB6) is known color: Wafer. HEX triplet: CE, BE and B6. RGB value is (206,190,182). Sum of RGB (Red+Green+Blue) = 206+190+182=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEB6 is #314149. Grayscale: #C1C1C1. Windows color (decimal): -3227978 or 11976398. OLE color: 11976398.
HSL color Cylindrical-coordinate representation of color #CEBEB6: hue angle of 20º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEBEB6 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 182 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.19 |
| HSL | 20º | 0.2% | 0.76% | - |
| HSV(B) | 20º | 0.12% | 0.81% | - |
| XYZ | 52.31 | 53.33 | 51.79 | - |
| YUV | 193.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 182 | 0 | 0.08 | 0.12 | 0.19 | 20 | 0.2 | 0.76 |
| Hex | CE | BE | B6 | 0 | 8 | C | 13 | 14 | 14 | 4C |
| Octal | 316 | 276 | 266 | 0 | 10 | 14 | 23 | 24 | 24 | 114 |
| Binary | 11001110 | 10111110 | 10110110 | 0 | 1000 | 1100 | 10011 | 10100 | 10100 | 1001100 |
Color Harmonies of #CEBEB6
Complementary color
Monochromatic Colors of #CEBEB6
Black with #CEBEB6
Text Example
Text Example
White with #CEBEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEB6; }
p { color: rgb(206,190,182); }
H1.HeaderClassName
{
color: #CEBEB6;
}
.AnyTagClassName
{
color: #CEBEB6;
}
</style>
background-color css
<style>
a { background-color: #CEBEB6; }
a { background-color: rgb(206,190,182); }
div.DivClassName
{
background-color: #CEBEB6;
}
.BgClassName
{
background-color: #CEBEB6;
}
</style>
border-color css
<style>
span { border-color: #CEBEB6; }
span { border-color: rgb(206,190,182); }
td.TdClassName
{
border-color: #CEBEB6;
}
.TagClassName
{
border-color: #CEBEB6;
}
</style>