#CEB1BB

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

Shades of Melanie #CEB1BB

Tints of Melanie #CEB1BB

Color information

#CEB1BB (or 0xCEB1BB) is unknown color: approx Melanie. HEX triplet: CE, B1 and BB. RGB value is (206,177,187). Sum of RGB (Red+Green+Blue) = 206+177+187=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1BB is #314E44. Grayscale: #BABABA. Windows color (decimal): -3231301 or 12300750. OLE color: 12300750.

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

Color convert

RGB206177187-
CMYK00.140.090.19
HSL339.31º22.83%75.1%-
HSV(B)339.31º14.08%80.78%-
XYZ50.1548.1553.67-
YUV186.81128.11141.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=36.14%
G=31.05%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617718700.140.090.19339.3122.8375.1
HexCEB1BB0E913153174b
Octal316261273016112352327113
Binary11001110101100011011101101110100110011101010011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1BB; }

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

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

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

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

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

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

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

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