#C5B2EC

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

Shades of Melrose #C5B2EC

Tints of Melrose #C5B2EC

Color information

#C5B2EC (or 0xC5B2EC) is unknown color: approx Melrose. HEX triplet: C5, B2 and EC. RGB value is (197,178,236). Sum of RGB (Red+Green+Blue) = 197+178+236=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5B2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B2EC is #3A4D13. Grayscale: #BEBEBE. Windows color (decimal): -3820820 or 15512261. OLE color: 15512261.

HSL color Cylindrical-coordinate representation of color #C5B2EC: hue angle of 259.66º degrees, saturation: 0.6, 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 #C5B2EC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197178236-
CMYK0.170.2500.07
HSL259.66º60.42%81.18%-
HSV(B)259.66º24.58%92.55%-
XYZ54.0949.7786.11-
YUV190.29153.79132.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.24%
GREEN value IS 178 (69.92% from 255) = 29.13%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=32.24%
G=29.13%
B=38.63%

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
Decimal1971782360.170.2500.07259.6660.4281.18
HexC5B2EC1119071043c51
Octal30526235421310740474121
Binary110001011011001011101100100011100101111000001001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B2EC; }

 p { color: rgb(197,178,236); }

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

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

 a { background-color: rgb(197,178,236); }

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

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

 span { border-color: rgb(197,178,236); }

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