#C5B1ED

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

Shades of Melrose #C5B1ED

Tints of Melrose #C5B1ED

Color information

#C5B1ED (or 0xC5B1ED) is unknown color: approx Melrose. HEX triplet: C5, B1 and ED. RGB value is (197,177,237). Sum of RGB (Red+Green+Blue) = 197+177+237=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5B1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B1ED is #3A4E12. Grayscale: #BDBDBD. Windows color (decimal): -3821075 or 15577541. OLE color: 15577541.

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

Color convert

RGB197177237-
CMYK0.170.2500.07
HSL260º62.5%81.18%-
HSV(B)260º25.32%92.94%-
XYZ54.0349.4386.81-
YUV189.82154.63133.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.24%
GREEN value IS 177 (69.53% from 255) = 28.97%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=32.24%
G=28.97%
B=38.79%

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
Decimal1971772370.170.2500.0726062.581.18
HexC5B1ED1119071043e51
Octal30526135521310740476121
Binary110001011011000111101101100011100101111000001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B1ED; }

 p { color: rgb(197,177,237); }

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

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

 a { background-color: rgb(197,177,237); }

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

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

 span { border-color: rgb(197,177,237); }

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