Shades of Wafer #CEBAAF
Tints of Wafer #CEBAAF
RGB
CMYK
RGB Variations
Color information
#CEBAAF (or 0xCEBAAF) is known color: Wafer. HEX triplet: CE, BA and AF. RGB value is (206,186,175). Sum of RGB (Red+Green+Blue) = 206+186+175=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAAF is #314550. Grayscale: #BEBEBE. Windows color (decimal): -3229009 or 11516622. OLE color: 11516622.
HSL color Cylindrical-coordinate representation of color #CEBAAF: hue angle of 21.29º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBAAF is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 175 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.19 |
| HSL | 21.29º | 0.24% | 0.75% | - |
| HSV(B) | 21.29º | 0.15% | 0.81% | - |
| XYZ | 50.75 | 51.33 | 47.79 | - |
| YUV | 190.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 175 | 0 | 0.10 | 0.15 | 0.19 | 21.29 | 0.24 | 0.75 |
| Hex | CE | BA | AF | 0 | A | F | 13 | 15 | 18 | 4B |
| Octal | 316 | 272 | 257 | 0 | 12 | 17 | 23 | 25 | 30 | 113 |
| Binary | 11001110 | 10111010 | 10101111 | 0 | 1010 | 1111 | 10011 | 10101 | 11000 | 1001011 |
Color Harmonies of #CEBAAF
Complementary color
Monochromatic Colors of #CEBAAF
Black with #CEBAAF
Text Example
Text Example
White with #CEBAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAAF; }
p { color: rgb(206,186,175); }
H1.HeaderClassName
{
color: #CEBAAF;
}
.AnyTagClassName
{
color: #CEBAAF;
}
</style>
background-color css
<style>
a { background-color: #CEBAAF; }
a { background-color: rgb(206,186,175); }
div.DivClassName
{
background-color: #CEBAAF;
}
.BgClassName
{
background-color: #CEBAAF;
}
</style>
border-color css
<style>
span { border-color: #CEBAAF; }
span { border-color: rgb(206,186,175); }
td.TdClassName
{
border-color: #CEBAAF;
}
.TagClassName
{
border-color: #CEBAAF;
}
</style>