#CEB6BE

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

Shades of Melanie #CEB6BE

Tints of Melanie #CEB6BE

Color information

#CEB6BE (or 0xCEB6BE) is unknown color: approx Melanie. HEX triplet: CE, B6 and BE. RGB value is (206,182,190). Sum of RGB (Red+Green+Blue) = 206+182+190=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6BE is #314941. Grayscale: #BEBEBE. Windows color (decimal): -3230018 or 12498638. OLE color: 12498638.

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

Color convert

RGB206182190-
CMYK00.120.080.19
HSL340º19.67%76.08%-
HSV(B)340º11.65%80.78%-
XYZ51.4850.355.71-
YUV190.09127.95139.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=35.64%
G=31.49%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618219000.120.080.1934019.6776.08
HexCEB6BE0C813154144c
Octal316266276014102352424114
Binary11001110101101101011111001100100010011101010100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6BE; }

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

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

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

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

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

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

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

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