Shades of Wafer #CEBDB1
Tints of Wafer #CEBDB1
RGB
CMYK
RGB Variations
Color information
#CEBDB1 (or 0xCEBDB1) is known color: Wafer. HEX triplet: CE, BD and B1. RGB value is (206,189,177). Sum of RGB (Red+Green+Blue) = 206+189+177=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBDB1 is #31424E. Grayscale: #C0C0C0. Windows color (decimal): -3228239 or 11648462. OLE color: 11648462.
HSL color Cylindrical-coordinate representation of color #CEBDB1: hue angle of 24.83º degrees, saturation: 0.23, 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 #CEBDB1 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 177 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.19 |
| HSL | 24.83º | 0.23% | 0.75% | - |
| HSV(B) | 24.83º | 0.14% | 0.81% | - |
| XYZ | 51.59 | 52.69 | 49.05 | - |
| YUV | 192.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 177 | 0 | 0.08 | 0.14 | 0.19 | 24.83 | 0.23 | 0.75 |
| Hex | CE | BD | B1 | 0 | 8 | E | 13 | 19 | 17 | 4B |
| Octal | 316 | 275 | 261 | 0 | 10 | 16 | 23 | 31 | 27 | 113 |
| Binary | 11001110 | 10111101 | 10110001 | 0 | 1000 | 1110 | 10011 | 11001 | 10111 | 1001011 |
Color Harmonies of #CEBDB1
Complementary color
Monochromatic Colors of #CEBDB1
Black with #CEBDB1
Text Example
Text Example
White with #CEBDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDB1; }
p { color: rgb(206,189,177); }
H1.HeaderClassName
{
color: #CEBDB1;
}
.AnyTagClassName
{
color: #CEBDB1;
}
</style>
background-color css
<style>
a { background-color: #CEBDB1; }
a { background-color: rgb(206,189,177); }
div.DivClassName
{
background-color: #CEBDB1;
}
.BgClassName
{
background-color: #CEBDB1;
}
</style>
border-color css
<style>
span { border-color: #CEBDB1; }
span { border-color: rgb(206,189,177); }
td.TdClassName
{
border-color: #CEBDB1;
}
.TagClassName
{
border-color: #CEBDB1;
}
</style>