#CEB2BD

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

Shades of Melanie #CEB2BD

Tints of Melanie #CEB2BD

Color information

#CEB2BD (or 0xCEB2BD) is unknown color: approx Melanie. HEX triplet: CE, B2 and BD. RGB value is (206,178,189). Sum of RGB (Red+Green+Blue) = 206+178+189=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2BD is #314D42. Grayscale: #BBBBBB. Windows color (decimal): -3231043 or 12432078. OLE color: 12432078.

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

Color convert

RGB206178189-
CMYK00.140.080.19
HSL336.43º22.22%75.29%-
HSV(B)336.43º13.59%80.78%-
XYZ50.5648.6454.87-
YUV187.63128.78141.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=35.95%
G=31.06%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617818900.140.080.19336.4322.2275.29
HexCEB2BD0E813150164b
Octal316262275016102352026113
Binary11001110101100101011110101110100010011101010000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2BD; }

 p { color: rgb(206,178,189); }

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

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

 a { background-color: rgb(206,178,189); }

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

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

 span { border-color: rgb(206,178,189); }

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