#C3B1EC

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

Shades of Melrose #C3B1EC

Tints of Melrose #C3B1EC

Color information

#C3B1EC (or 0xC3B1EC) is unknown color: approx Melrose. HEX triplet: C3, B1 and EC. RGB value is (195,177,236). Sum of RGB (Red+Green+Blue) = 195+177+236=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3B1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B1EC is #3C4E13. Grayscale: #BCBCBC. Windows color (decimal): -3952148 or 15512003. OLE color: 15512003.

HSL color Cylindrical-coordinate representation of color #C3B1EC: hue angle of 258.31º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3B1EC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195177236-
CMYK0.170.2500.07
HSL258.31º60.82%80.98%-
HSV(B)258.31º25%92.55%-
XYZ53.3749.186.02-
YUV189.11154.46132.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.07%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=32.07%
G=29.11%
B=38.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951772360.170.2500.07258.3160.8280.98
HexC3B1EC1119071023d51
Octal30326135421310740275121
Binary110000111011000111101100100011100101111000000101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1EC; }

 p { color: rgb(195,177,236); }

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

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

 a { background-color: rgb(195,177,236); }

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

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

 span { border-color: rgb(195,177,236); }

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