#C5B1EE

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

Shades of Melrose #C5B1EE

Tints of Melrose #C5B1EE

Color information

#C5B1EE (or 0xC5B1EE) is unknown color: approx Melrose. HEX triplet: C5, B1 and EE. RGB value is (197,177,238). Sum of RGB (Red+Green+Blue) = 197+177+238=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5B1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B1EE is #3A4E11. Grayscale: #BDBDBD. Windows color (decimal): -3821074 or 15643077. OLE color: 15643077.

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

Color convert

RGB197177238-
CMYK0.170.2600.07
HSL259.67º64.21%81.37%-
HSV(B)259.67º25.63%93.33%-
XYZ54.1849.4987.59-
YUV189.93155.13133.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.19%
GREEN value IS 177 (69.53% from 255) = 28.92%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=32.19%
G=28.92%
B=38.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971772380.170.2600.07259.6764.2181.37
HexC5B1EE111A071044051
Octal305261356213207404100121
Binary1100010110110001111011101000111010011110000010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B1EE; }

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

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

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

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

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

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

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

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