Shades of Vanilla #CEB69D
Tints of Vanilla #CEB69D
RGB
CMYK
RGB Variations
Color information
#CEB69D (or 0xCEB69D) is known color: Vanilla. HEX triplet: CE, B6 and 9D. RGB value is (206,182,157). Sum of RGB (Red+Green+Blue) = 206+182+157=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB69D is #314962. Grayscale: #BABABA. Windows color (decimal): -3230051 or 10335950. OLE color: 10335950.
HSL color Cylindrical-coordinate representation of color #CEB69D: hue angle of 30.61º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEB69D is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 157 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.19 |
| HSL | 30.61º | 0.33% | 0.71% | - |
| HSV(B) | 30.61º | 0.24% | 0.81% | - |
| XYZ | 48.27 | 49.01 | 38.81 | - |
| YUV | 186.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 157 | 0 | 0.12 | 0.24 | 0.19 | 30.61 | 0.33 | 0.71 |
| Hex | CE | B6 | 9D | 0 | C | 18 | 13 | 1F | 21 | 47 |
| Octal | 316 | 266 | 235 | 0 | 14 | 30 | 23 | 37 | 41 | 107 |
| Binary | 11001110 | 10110110 | 10011101 | 0 | 1100 | 11000 | 10011 | 11111 | 100001 | 1000111 |
Color Harmonies of #CEB69D
Complementary color
Monochromatic Colors of #CEB69D
Black with #CEB69D
Text Example
Text Example
White with #CEB69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB69D; }
p { color: rgb(206,182,157); }
H1.HeaderClassName
{
color: #CEB69D;
}
.AnyTagClassName
{
color: #CEB69D;
}
</style>
background-color css
<style>
a { background-color: #CEB69D; }
a { background-color: rgb(206,182,157); }
div.DivClassName
{
background-color: #CEB69D;
}
.BgClassName
{
background-color: #CEB69D;
}
</style>
border-color css
<style>
span { border-color: #CEB69D; }
span { border-color: rgb(206,182,157); }
td.TdClassName
{
border-color: #CEB69D;
}
.TagClassName
{
border-color: #CEB69D;
}
</style>