Shades of Vanilla #CEB89E
Tints of Vanilla #CEB89E
RGB
CMYK
RGB Variations
Color information
#CEB89E (or 0xCEB89E) is known color: Vanilla. HEX triplet: CE, B8 and 9E. RGB value is (206,184,158). Sum of RGB (Red+Green+Blue) = 206+184+158=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB89E is #314761. Grayscale: #BBBBBB. Windows color (decimal): -3229538 or 10401998. OLE color: 10401998.
HSL color Cylindrical-coordinate representation of color #CEB89E: hue angle of 32.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB89E is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 158 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.19 |
| HSL | 32.5º | 0.33% | 0.71% | - |
| HSV(B) | 32.5º | 0.23% | 0.81% | - |
| XYZ | 48.77 | 49.87 | 39.4 | - |
| YUV | 187.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 158 | 0 | 0.11 | 0.23 | 0.19 | 32.5 | 0.33 | 0.71 |
| Hex | CE | B8 | 9E | 0 | B | 17 | 13 | 20 | 21 | 47 |
| Octal | 316 | 270 | 236 | 0 | 13 | 27 | 23 | 40 | 41 | 107 |
| Binary | 11001110 | 10111000 | 10011110 | 0 | 1011 | 10111 | 10011 | 100000 | 100001 | 1000111 |
Color Harmonies of #CEB89E
Complementary color
Monochromatic Colors of #CEB89E
Black with #CEB89E
Text Example
Text Example
White with #CEB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB89E; }
p { color: rgb(206,184,158); }
H1.HeaderClassName
{
color: #CEB89E;
}
.AnyTagClassName
{
color: #CEB89E;
}
</style>
background-color css
<style>
a { background-color: #CEB89E; }
a { background-color: rgb(206,184,158); }
div.DivClassName
{
background-color: #CEB89E;
}
.BgClassName
{
background-color: #CEB89E;
}
</style>
border-color css
<style>
span { border-color: #CEB89E; }
span { border-color: rgb(206,184,158); }
td.TdClassName
{
border-color: #CEB89E;
}
.TagClassName
{
border-color: #CEB89E;
}
</style>