Shades of Wafer #CEBEB4
Tints of Wafer #CEBEB4
RGB
CMYK
RGB Variations
Color information
#CEBEB4 (or 0xCEBEB4) is known color: Wafer. HEX triplet: CE, BE and B4. RGB value is (206,190,180). Sum of RGB (Red+Green+Blue) = 206+190+180=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEB4 is #31414B. Grayscale: #C1C1C1. Windows color (decimal): -3227980 or 11845326. OLE color: 11845326.
HSL color Cylindrical-coordinate representation of color #CEBEB4: hue angle of 23.08º 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 #CEBEB4 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 180 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.19 |
| HSL | 23.08º | 0.21% | 0.76% | - |
| HSV(B) | 23.08º | 0.13% | 0.81% | - |
| XYZ | 52.11 | 53.24 | 50.71 | - |
| YUV | 193.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 180 | 0 | 0.08 | 0.13 | 0.19 | 23.08 | 0.21 | 0.76 |
| Hex | CE | BE | B4 | 0 | 8 | D | 13 | 17 | 15 | 4C |
| Octal | 316 | 276 | 264 | 0 | 10 | 15 | 23 | 27 | 25 | 114 |
| Binary | 11001110 | 10111110 | 10110100 | 0 | 1000 | 1101 | 10011 | 10111 | 10101 | 1001100 |
Color Harmonies of #CEBEB4
Complementary color
Monochromatic Colors of #CEBEB4
Black with #CEBEB4
Text Example
Text Example
White with #CEBEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEB4; }
p { color: rgb(206,190,180); }
H1.HeaderClassName
{
color: #CEBEB4;
}
.AnyTagClassName
{
color: #CEBEB4;
}
</style>
background-color css
<style>
a { background-color: #CEBEB4; }
a { background-color: rgb(206,190,180); }
div.DivClassName
{
background-color: #CEBEB4;
}
.BgClassName
{
background-color: #CEBEB4;
}
</style>
border-color css
<style>
span { border-color: #CEBEB4; }
span { border-color: rgb(206,190,180); }
td.TdClassName
{
border-color: #CEBEB4;
}
.TagClassName
{
border-color: #CEBEB4;
}
</style>