#CEB3BB

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

Shades of Melanie #CEB3BB

Tints of Melanie #CEB3BB

Color information

#CEB3BB (or 0xCEB3BB) is unknown color: approx Melanie. HEX triplet: CE, B3 and BB. RGB value is (206,179,187). Sum of RGB (Red+Green+Blue) = 206+179+187=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3BB is #314C44. Grayscale: #BBBBBB. Windows color (decimal): -3230789 or 12301262. OLE color: 12301262.

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

Color convert

RGB206179187-
CMYK00.130.090.19
HSL342.22º21.6%75.49%-
HSV(B)342.22º13.11%80.78%-
XYZ50.5448.9553.8-
YUV187.98127.45140.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.01%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=36.01%
G=31.29%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617918700.130.090.19342.2221.675.49
HexCEB3BB0D913156164b
Octal316263273015112352626113
Binary11001110101100111011101101101100110011101010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB3BB; }

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

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

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

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

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

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

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

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