#C3B5EC

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

Shades of Melrose #C3B5EC

Tints of Melrose #C3B5EC

Color information

#C3B5EC (or 0xC3B5EC) is unknown color: approx Melrose. HEX triplet: C3, B5 and EC. RGB value is (195,181,236). Sum of RGB (Red+Green+Blue) = 195+181+236=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B5EC is #3C4A13. Grayscale: #BFBFBF. Windows color (decimal): -3951124 or 15513027. OLE color: 15513027.

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

Color convert

RGB195181236-
CMYK0.170.2300.07
HSL255.27º59.14%81.76%-
HSV(B)255.27º23.31%92.55%-
XYZ54.1750.7186.29-
YUV191.46153.14130.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.86%
GREEN value IS 181 (71.09% from 255) = 29.58%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=31.86%
G=29.58%
B=38.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951812360.170.2300.07255.2759.1481.76
HexC3B5EC111707ff3b52
Octal30326535421270737773122
Binary11000011101101011110110010001101110111111111111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B5EC; }

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

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

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

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

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

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

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

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