Shades of Wafer #CEBDB6
Tints of Wafer #CEBDB6
RGB
CMYK
RGB Variations
Color information
#CEBDB6 (or 0xCEBDB6) is known color: Wafer. HEX triplet: CE, BD and B6. RGB value is (206,189,182). Sum of RGB (Red+Green+Blue) = 206+189+182=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDB6 is #314249. Grayscale: #C1C1C1. Windows color (decimal): -3228234 or 11976142. OLE color: 11976142.
HSL color Cylindrical-coordinate representation of color #CEBDB6: hue angle of 17.5º 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 #CEBDB6 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 182 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.19 |
| HSL | 17.5º | 0.2% | 0.76% | - |
| HSV(B) | 17.5º | 0.12% | 0.81% | - |
| XYZ | 52.09 | 52.89 | 51.72 | - |
| YUV | 193.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 182 | 0 | 0.08 | 0.12 | 0.19 | 17.5 | 0.2 | 0.76 |
| Hex | CE | BD | B6 | 0 | 8 | C | 13 | 12 | 14 | 4C |
| Octal | 316 | 275 | 266 | 0 | 10 | 14 | 23 | 22 | 24 | 114 |
| Binary | 11001110 | 10111101 | 10110110 | 0 | 1000 | 1100 | 10011 | 10010 | 10100 | 1001100 |
Color Harmonies of #CEBDB6
Complementary color
Monochromatic Colors of #CEBDB6
Black with #CEBDB6
Text Example
Text Example
White with #CEBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDB6; }
p { color: rgb(206,189,182); }
H1.HeaderClassName
{
color: #CEBDB6;
}
.AnyTagClassName
{
color: #CEBDB6;
}
</style>
background-color css
<style>
a { background-color: #CEBDB6; }
a { background-color: rgb(206,189,182); }
div.DivClassName
{
background-color: #CEBDB6;
}
.BgClassName
{
background-color: #CEBDB6;
}
</style>
border-color css
<style>
span { border-color: #CEBDB6; }
span { border-color: rgb(206,189,182); }
td.TdClassName
{
border-color: #CEBDB6;
}
.TagClassName
{
border-color: #CEBDB6;
}
</style>