Shades of Vanilla #CEB699
Tints of Vanilla #CEB699
RGB
CMYK
RGB Variations
Color information
#CEB699 (or 0xCEB699) is known color: Vanilla. HEX triplet: CE, B6 and 99. RGB value is (206,182,153). Sum of RGB (Red+Green+Blue) = 206+182+153=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB699 is #314966. Grayscale: #BABABA. Windows color (decimal): -3230055 or 10073806. OLE color: 10073806.
HSL color Cylindrical-coordinate representation of color #CEB699: hue angle of 32.83º degrees, saturation: 0.35, 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 #CEB699 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 153 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.19 |
| HSL | 32.83º | 0.35% | 0.7% | - |
| HSV(B) | 32.83º | 0.26% | 0.81% | - |
| XYZ | 47.93 | 48.88 | 37.05 | - |
| YUV | 185.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 153 | 0 | 0.12 | 0.26 | 0.19 | 32.83 | 0.35 | 0.7 |
| Hex | CE | B6 | 99 | 0 | C | 1A | 13 | 21 | 23 | 46 |
| Octal | 316 | 266 | 231 | 0 | 14 | 32 | 23 | 41 | 43 | 106 |
| Binary | 11001110 | 10110110 | 10011001 | 0 | 1100 | 11010 | 10011 | 100001 | 100011 | 1000110 |
Color Harmonies of #CEB699
Complementary color
Monochromatic Colors of #CEB699
Black with #CEB699
Text Example
Text Example
White with #CEB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB699; }
p { color: rgb(206,182,153); }
H1.HeaderClassName
{
color: #CEB699;
}
.AnyTagClassName
{
color: #CEB699;
}
</style>
background-color css
<style>
a { background-color: #CEB699; }
a { background-color: rgb(206,182,153); }
div.DivClassName
{
background-color: #CEB699;
}
.BgClassName
{
background-color: #CEB699;
}
</style>
border-color css
<style>
span { border-color: #CEB699; }
span { border-color: rgb(206,182,153); }
td.TdClassName
{
border-color: #CEB699;
}
.TagClassName
{
border-color: #CEB699;
}
</style>