#c4b3eb

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

Shades of Melrose #C4B3EB

Tints of Melrose #C4B3EB

Color information

#C4B3EB (or 0xC4B3EB) is unknown color: approx Melrose. HEX triplet: C4, B3 and EB. RGB value is (196,179,235). Sum of RGB (Red+Green+Blue) = 196+179+235=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4B3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B3EB is #3B4C14. Grayscale: #BEBEBE. Windows color (decimal): -3886101 or 15446980. OLE color: 15446980.

HSL color Cylindrical-coordinate representation of color #C4B3EB: hue angle of 258.21º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4B3EB is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196179235-
CMYK0.170.2400.08
HSL258.21º58.33%81.18%-
HSV(B)258.21º23.83%92.16%-
XYZ53.8849.9785.4-
YUV190.47153.13131.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.13%
GREEN value IS 179 (70.31% from 255) = 29.34%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=32.13%
G=29.34%
B=38.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961792350.170.2400.08258.2158.3381.18
HexC4B3EB1118081023a51
Octal304263353213001040272121
Binary1100010010110011111010111000111000010001000000101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b3eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b3eb; }

 p { color: rgb(196,179,235); }

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

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

 a { background-color: rgb(196,179,235); }

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

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

 span { border-color: rgb(196,179,235); }

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