Shades of Vanilla #CEBC9B
Tints of Vanilla #CEBC9B
RGB
CMYK
RGB Variations
Color information
#CEBC9B (or 0xCEBC9B) is known color: Vanilla. HEX triplet: CE, BC and 9B. RGB value is (206,188,155). Sum of RGB (Red+Green+Blue) = 206+188+155=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC9B is #314364. Grayscale: #BDBDBD. Windows color (decimal): -3228517 or 10206414. OLE color: 10206414.
HSL color Cylindrical-coordinate representation of color #CEBC9B: hue angle of 38.82º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEBC9B is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 155 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.19 |
| HSL | 38.82º | 0.34% | 0.71% | - |
| HSV(B) | 38.82º | 0.25% | 0.81% | - |
| XYZ | 49.35 | 51.45 | 38.34 | - |
| YUV | 189.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 155 | 0 | 0.09 | 0.25 | 0.19 | 38.82 | 0.34 | 0.71 |
| Hex | CE | BC | 9B | 0 | 9 | 19 | 13 | 27 | 22 | 47 |
| Octal | 316 | 274 | 233 | 0 | 11 | 31 | 23 | 47 | 42 | 107 |
| Binary | 11001110 | 10111100 | 10011011 | 0 | 1001 | 11001 | 10011 | 100111 | 100010 | 1000111 |
Color Harmonies of #CEBC9B
Complementary color
Monochromatic Colors of #CEBC9B
Black with #CEBC9B
Text Example
Text Example
White with #CEBC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC9B; }
p { color: rgb(206,188,155); }
H1.HeaderClassName
{
color: #CEBC9B;
}
.AnyTagClassName
{
color: #CEBC9B;
}
</style>
background-color css
<style>
a { background-color: #CEBC9B; }
a { background-color: rgb(206,188,155); }
div.DivClassName
{
background-color: #CEBC9B;
}
.BgClassName
{
background-color: #CEBC9B;
}
</style>
border-color css
<style>
span { border-color: #CEBC9B; }
span { border-color: rgb(206,188,155); }
td.TdClassName
{
border-color: #CEBC9B;
}
.TagClassName
{
border-color: #CEBC9B;
}
</style>