Shades of Wafer #CEBBB4
Tints of Wafer #CEBBB4
RGB
CMYK
RGB Variations
Color information
#CEBBB4 (or 0xCEBBB4) is known color: Wafer. HEX triplet: CE, BB and B4. RGB value is (206,187,180). Sum of RGB (Red+Green+Blue) = 206+187+180=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBB4 is #31444B. Grayscale: #BFBFBF. Windows color (decimal): -3228748 or 11844558. OLE color: 11844558.
HSL color Cylindrical-coordinate representation of color #CEBBB4: hue angle of 16.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBBB4 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 180 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.19 |
| HSL | 16.15º | 0.21% | 0.76% | - |
| HSV(B) | 16.15º | 0.13% | 0.81% | - |
| XYZ | 51.46 | 51.96 | 50.5 | - |
| YUV | 191.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 180 | 0 | 0.09 | 0.13 | 0.19 | 16.15 | 0.21 | 0.76 |
| Hex | CE | BB | B4 | 0 | 9 | D | 13 | 10 | 15 | 4C |
| Octal | 316 | 273 | 264 | 0 | 11 | 15 | 23 | 20 | 25 | 114 |
| Binary | 11001110 | 10111011 | 10110100 | 0 | 1001 | 1101 | 10011 | 10000 | 10101 | 1001100 |
Color Harmonies of #CEBBB4
Complementary color
Monochromatic Colors of #CEBBB4
Black with #CEBBB4
Text Example
Text Example
White with #CEBBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBB4; }
p { color: rgb(206,187,180); }
H1.HeaderClassName
{
color: #CEBBB4;
}
.AnyTagClassName
{
color: #CEBBB4;
}
</style>
background-color css
<style>
a { background-color: #CEBBB4; }
a { background-color: rgb(206,187,180); }
div.DivClassName
{
background-color: #CEBBB4;
}
.BgClassName
{
background-color: #CEBBB4;
}
</style>
border-color css
<style>
span { border-color: #CEBBB4; }
span { border-color: rgb(206,187,180); }
td.TdClassName
{
border-color: #CEBBB4;
}
.TagClassName
{
border-color: #CEBBB4;
}
</style>