#C5B2ED

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

Shades of Melrose #C5B2ED

Tints of Melrose #C5B2ED

Color information

#C5B2ED (or 0xC5B2ED) is unknown color: approx Melrose. HEX triplet: C5, B2 and ED. RGB value is (197,178,237). Sum of RGB (Red+Green+Blue) = 197+178+237=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5B2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B2ED is #3A4D12. Grayscale: #BEBEBE. Windows color (decimal): -3820819 or 15577797. OLE color: 15577797.

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

Color convert

RGB197178237-
CMYK0.170.2500.07
HSL259.32º62.11%81.37%-
HSV(B)259.32º24.89%92.94%-
XYZ54.2349.8386.88-
YUV190.41154.29132.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.19%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=32.19%
G=29.08%
B=38.73%

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
Decimal1971782370.170.2500.07259.3262.1181.37
HexC5B2ED1119071033e51
Octal30526235521310740376121
Binary110001011011001011101101100011100101111000000111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B2ED; }

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

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

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

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

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

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

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

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