#CEBA9E

Color #CEBA9E Vanilla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla #CEBA9E

Tints of Vanilla #CEBA9E

Color information

#CEBA9E (or 0xCEBA9E) is unknown color: approx Vanilla. HEX triplet: CE, BA and 9E. RGB value is (206,186,158). Sum of RGB (Red+Green+Blue) = 206+186+158=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA9E is #314561. Grayscale: #BCBCBC. Windows color (decimal): -3229026 or 10402510. OLE color: 10402510.

HSL color Cylindrical-coordinate representation of color #CEBA9E: hue angle of 35º 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 #CEBA9E is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB206186158-
CMYK00.100.230.19
HSL35º32.88%71.37%-
HSV(B)35º23.3%80.78%-
XYZ49.1850.7139.54-
YUV188.79110.63140.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 158 (62.11% from 255) = 28.73%
R=37.45%
G=33.82%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618615800.100.230.193532.8871.37
HexCEBA9E0A1713232147
Octal31627223601227234341107
Binary1100111010111010100111100101010111100111000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA9E; }

 p { color: rgb(206,186,158); }

 H1.HeaderClassName
 {
   color: #CEBA9E;
 }
 .AnyTagClassName
 {
   color: #CEBA9E;
 }
</style>
background-color css

<style>
 a { background-color: #CEBA9E; }

 a { background-color: rgb(206,186,158); }

 div.DivClassName
 {
   background-color: #CEBA9E;
 }
 .BgClassName
 {
   background-color: #CEBA9E;
 }
</style>
border-color css

<style>
 span { border-color: #CEBA9E; }

 span { border-color: rgb(206,186,158); }

 td.TdClassName
 {
   border-color: #CEBA9E;
 }
 .TagClassName
 {
   border-color: #CEBA9E;
 }
</style>