Shades of Wafer #CEBEB2
Tints of Wafer #CEBEB2
RGB
CMYK
RGB Variations
Color information
#CEBEB2 (or 0xCEBEB2) is known color: Wafer. HEX triplet: CE, BE and B2. RGB value is (206,190,178). Sum of RGB (Red+Green+Blue) = 206+190+178=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBEB2 is #31414D. Grayscale: #C1C1C1. Windows color (decimal): -3227982 or 11714254. OLE color: 11714254.
HSL color Cylindrical-coordinate representation of color #CEBEB2: hue angle of 25.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEBEB2 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 178 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.19 |
| HSL | 25.71º | 0.22% | 0.75% | - |
| HSV(B) | 25.71º | 0.14% | 0.81% | - |
| XYZ | 51.9 | 53.16 | 49.65 | - |
| YUV | 193.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 178 | 0 | 0.08 | 0.14 | 0.19 | 25.71 | 0.22 | 0.75 |
| Hex | CE | BE | B2 | 0 | 8 | E | 13 | 1A | 16 | 4B |
| Octal | 316 | 276 | 262 | 0 | 10 | 16 | 23 | 32 | 26 | 113 |
| Binary | 11001110 | 10111110 | 10110010 | 0 | 1000 | 1110 | 10011 | 11010 | 10110 | 1001011 |
Color Harmonies of #CEBEB2
Complementary color
Monochromatic Colors of #CEBEB2
Black with #CEBEB2
Text Example
Text Example
White with #CEBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEB2; }
p { color: rgb(206,190,178); }
H1.HeaderClassName
{
color: #CEBEB2;
}
.AnyTagClassName
{
color: #CEBEB2;
}
</style>
background-color css
<style>
a { background-color: #CEBEB2; }
a { background-color: rgb(206,190,178); }
div.DivClassName
{
background-color: #CEBEB2;
}
.BgClassName
{
background-color: #CEBEB2;
}
</style>
border-color css
<style>
span { border-color: #CEBEB2; }
span { border-color: rgb(206,190,178); }
td.TdClassName
{
border-color: #CEBEB2;
}
.TagClassName
{
border-color: #CEBEB2;
}
</style>