#CEB5BE

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

Shades of Melanie #CEB5BE

Tints of Melanie #CEB5BE

Color information

#CEB5BE (or 0xCEB5BE) is unknown color: approx Melanie. HEX triplet: CE, B5 and BE. RGB value is (206,181,190). Sum of RGB (Red+Green+Blue) = 206+181+190=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5BE is #314A41. Grayscale: #BDBDBD. Windows color (decimal): -3230274 or 12498382. OLE color: 12498382.

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

Color convert

RGB206181190-
CMYK00.120.080.19
HSL338.4º20.33%75.88%-
HSV(B)338.4º12.14%80.78%-
XYZ51.2749.8955.64-
YUV189.5128.28139.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 181 (71.09% from 255) = 31.37%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=35.70%
G=31.37%
B=32.93%

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
Decimal20618119000.120.080.19338.420.3375.88
HexCEB5BE0C813152144c
Octal316265276014102352224114
Binary11001110101101011011111001100100010011101010010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5BE; }

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

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

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

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

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

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

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

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