#CEB3BA

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

Shades of Melanie #CEB3BA

Tints of Melanie #CEB3BA

Color information

#CEB3BA (or 0xCEB3BA) is unknown color: approx Melanie. HEX triplet: CE, B3 and BA. RGB value is (206,179,186). Sum of RGB (Red+Green+Blue) = 206+179+186=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3BA is #314C45. Grayscale: #BBBBBB. Windows color (decimal): -3230790 or 12235726. OLE color: 12235726.

HSL color Cylindrical-coordinate representation of color #CEB3BA: hue angle of 344.44º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB3BA is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206179186-
CMYK00.130.100.19
HSL344.44º21.6%75.49%-
HSV(B)344.44º13.11%80.78%-
XYZ50.4448.9153.24-
YUV187.87126.95140.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=36.08%
G=31.35%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617918600.130.100.19344.4421.675.49
HexCEB3BA0DA13158164b
Octal316263272015122353026113
Binary11001110101100111011101001101101010011101011000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3BA; }

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

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

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

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

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

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

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

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