#CEB8BF

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

Shades of Melanie #CEB8BF

Tints of Melanie #CEB8BF

Color information

#CEB8BF (or 0xCEB8BF) is unknown color: approx Melanie. HEX triplet: CE, B8 and BF. RGB value is (206,184,191). Sum of RGB (Red+Green+Blue) = 206+184+191=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8BF is #314740. Grayscale: #BFBFBF. Windows color (decimal): -3229505 or 12564686. OLE color: 12564686.

HSL color Cylindrical-coordinate representation of color #CEB8BF: hue angle of 340.91º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB8BF is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206184191-
CMYK00.110.070.19
HSL340.91º18.33%76.47%-
HSV(B)340.91º10.68%80.78%-
XYZ5251.1656.43-
YUV191.38127.79138.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 184 (72.27% from 255) = 31.67%
BLUE value IS 191 (75% from 255) = 32.87%
R=35.46%
G=31.67%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618419100.110.070.19340.9118.3376.47
HexCEB8BF0B713155124c
Octal31627027701372352522114
Binary1100111010111000101111110101111110011101010101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8BF; }

 p { color: rgb(206,184,191); }

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

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

 a { background-color: rgb(206,184,191); }

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

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

 span { border-color: rgb(206,184,191); }

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