#CEB2BB

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

Shades of Melanie #CEB2BB

Tints of Melanie #CEB2BB

Color information

#CEB2BB (or 0xCEB2BB) is unknown color: approx Melanie. HEX triplet: CE, B2 and BB. RGB value is (206,178,187). Sum of RGB (Red+Green+Blue) = 206+178+187=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2BB is #314D44. Grayscale: #BBBBBB. Windows color (decimal): -3231045 or 12301006. OLE color: 12301006.

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

Color convert

RGB206178187-
CMYK00.140.090.19
HSL340.71º22.22%75.29%-
HSV(B)340.71º13.59%80.78%-
XYZ50.3448.5553.73-
YUV187.4127.78141.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=36.08%
G=31.17%
B=32.75%

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
Decimal20617818700.140.090.19340.7122.2275.29
HexCEB2BB0E913155164b
Octal316262273016112352526113
Binary11001110101100101011101101110100110011101010101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB2BB; }

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

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

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

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

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

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

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

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