#CEB7BE

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

Shades of Melanie #CEB7BE

Tints of Melanie #CEB7BE

Color information

#CEB7BE (or 0xCEB7BE) is unknown color: approx Melanie. HEX triplet: CE, B7 and BE. RGB value is (206,183,190). Sum of RGB (Red+Green+Blue) = 206+183+190=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7BE is #314841. Grayscale: #BEBEBE. Windows color (decimal): -3229762 or 12498894. OLE color: 12498894.

HSL color Cylindrical-coordinate representation of color #CEB7BE: hue angle of 341.74º degrees, saturation: 0.19, 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 #CEB7BE is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206183190-
CMYK00.110.080.19
HSL341.74º19.01%76.27%-
HSV(B)341.74º11.17%80.78%-
XYZ51.6850.7155.78-
YUV190.68127.62138.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 183 (71.88% from 255) = 31.61%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=35.58%
G=31.61%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618319000.110.080.19341.7419.0176.27
HexCEB7BE0B813156134c
Octal316267276013102352623114
Binary11001110101101111011111001011100010011101010110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7BE; }

 p { color: rgb(206,183,190); }

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

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

 a { background-color: rgb(206,183,190); }

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

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

 span { border-color: rgb(206,183,190); }

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