#C5B4E1

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

Shades of Melrose #C5B4E1

Tints of Melrose #C5B4E1

Color information

#C5B4E1 (or 0xC5B4E1) is unknown color: approx Melrose. HEX triplet: C5, B4 and E1. RGB value is (197,180,225). Sum of RGB (Red+Green+Blue) = 197+180+225=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #C5B4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B4E1 is #3A4B1E. Grayscale: #BEBEBE. Windows color (decimal): -3820319 or 14791877. OLE color: 14791877.

HSL color Cylindrical-coordinate representation of color #C5B4E1: hue angle of 262.67º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5B4E1 is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197180225-
CMYK0.120.200.12
HSL262.67º42.86%79.41%-
HSV(B)262.67º20%88.24%-
XYZ52.9449.9578.09-
YUV190.21147.63132.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.72%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=32.72%
G=29.90%
B=37.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971802250.120.200.12262.6742.8679.41
HexC5B4E1C140C1072b4f
Octal305264341142401440753117
Binary110001011011010011100001110010100011001000001111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B4E1; }

 p { color: rgb(197,180,225); }

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

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

 a { background-color: rgb(197,180,225); }

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

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

 span { border-color: rgb(197,180,225); }

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