#CEB9BE

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

Shades of Melanie #CEB9BE

Tints of Melanie #CEB9BE

Color information

#CEB9BE (or 0xCEB9BE) is unknown color: approx Melanie. HEX triplet: CE, B9 and BE. RGB value is (206,185,190). Sum of RGB (Red+Green+Blue) = 206+185+190=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9BE is #314641. Grayscale: #BFBFBF. Windows color (decimal): -3229250 or 12499406. OLE color: 12499406.

HSL color Cylindrical-coordinate representation of color #CEB9BE: hue angle of 345.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEB9BE is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206185190-
CMYK00.100.080.19
HSL345.71º17.65%76.67%-
HSV(B)345.71º10.19%80.78%-
XYZ52.151.5455.92-
YUV191.85126.96138.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=35.46%
G=31.84%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618519000.100.080.19345.7117.6576.67
HexCEB9BE0A81315a124d
Octal316271276012102353222115
Binary11001110101110011011111001010100010011101011010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9BE; }

 p { color: rgb(206,185,190); }

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

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

 a { background-color: rgb(206,185,190); }

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

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

 span { border-color: rgb(206,185,190); }

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