Shades of Vanilla #CEB998
Tints of Vanilla #CEB998
RGB
CMYK
RGB Variations
Color information
#CEB998 (or 0xCEB998) is known color: Vanilla. HEX triplet: CE, B9 and 98. RGB value is (206,185,152). Sum of RGB (Red+Green+Blue) = 206+185+152=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB998 is #314667. Grayscale: #BBBBBB. Windows color (decimal): -3229288 or 10009038. OLE color: 10009038.
HSL color Cylindrical-coordinate representation of color #CEB998: hue angle of 36.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB998 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 152 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.19 |
| HSL | 36.67º | 0.36% | 0.7% | - |
| HSV(B) | 36.67º | 0.26% | 0.81% | - |
| XYZ | 48.47 | 50.09 | 36.82 | - |
| YUV | 187.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 152 | 0 | 0.10 | 0.26 | 0.19 | 36.67 | 0.36 | 0.7 |
| Hex | CE | B9 | 98 | 0 | A | 1A | 13 | 25 | 24 | 46 |
| Octal | 316 | 271 | 230 | 0 | 12 | 32 | 23 | 45 | 44 | 106 |
| Binary | 11001110 | 10111001 | 10011000 | 0 | 1010 | 11010 | 10011 | 100101 | 100100 | 1000110 |
Color Harmonies of #CEB998
Complementary color
Monochromatic Colors of #CEB998
Black with #CEB998
Text Example
Text Example
White with #CEB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB998; }
p { color: rgb(206,185,152); }
H1.HeaderClassName
{
color: #CEB998;
}
.AnyTagClassName
{
color: #CEB998;
}
</style>
background-color css
<style>
a { background-color: #CEB998; }
a { background-color: rgb(206,185,152); }
div.DivClassName
{
background-color: #CEB998;
}
.BgClassName
{
background-color: #CEB998;
}
</style>
border-color css
<style>
span { border-color: #CEB998; }
span { border-color: rgb(206,185,152); }
td.TdClassName
{
border-color: #CEB998;
}
.TagClassName
{
border-color: #CEB998;
}
</style>