#C4B3EA

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

Shades of Melrose #C4B3EA

Tints of Melrose #C4B3EA

Color information

#C4B3EA (or 0xC4B3EA) is unknown color: approx Melrose. HEX triplet: C4, B3 and EA. RGB value is (196,179,234). Sum of RGB (Red+Green+Blue) = 196+179+234=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4B3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B3EA is #3B4C15. Grayscale: #BEBEBE. Windows color (decimal): -3886102 or 15381444. OLE color: 15381444.

HSL color Cylindrical-coordinate representation of color #C4B3EA: hue angle of 258.55º degrees, saturation: 0.57, 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 #C4B3EA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196179234-
CMYK0.160.2400.08
HSL258.55º56.7%80.98%-
HSV(B)258.55º23.5%91.76%-
XYZ53.7449.9284.64-
YUV190.35152.63132.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.18%
GREEN value IS 179 (70.31% from 255) = 29.39%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=32.18%
G=29.39%
B=38.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961792340.160.2400.08258.5556.780.98
HexC4B3EA1018081033951
Octal304263352203001040371121
Binary1100010010110011111010101000011000010001000000111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B3EA; }

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

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

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

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

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

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

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

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