#CEB6BF

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

Shades of Melanie #CEB6BF

Tints of Melanie #CEB6BF

Color information

#CEB6BF (or 0xCEB6BF) is unknown color: approx Melanie. HEX triplet: CE, B6 and BF. RGB value is (206,182,191). Sum of RGB (Red+Green+Blue) = 206+182+191=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6BF is #314940. Grayscale: #BEBEBE. Windows color (decimal): -3230017 or 12564174. OLE color: 12564174.

HSL color Cylindrical-coordinate representation of color #CEB6BF: hue angle of 337.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB6BF is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206182191-
CMYK00.120.070.19
HSL337.5º19.67%76.08%-
HSV(B)337.5º11.65%80.78%-
XYZ51.5950.3456.29-
YUV190.2128.45139.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 182 (71.48% from 255) = 31.43%
BLUE value IS 191 (75% from 255) = 32.99%
R=35.58%
G=31.43%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618219100.120.070.19337.519.6776.08
HexCEB6BF0C713152144c
Octal31626627701472352224114
Binary1100111010110110101111110110011110011101010010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6BF; }

 p { color: rgb(206,182,191); }

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

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

 a { background-color: rgb(206,182,191); }

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

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

 span { border-color: rgb(206,182,191); }

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