#C5B0EF

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

Shades of Melrose #C5B0EF

Tints of Melrose #C5B0EF

Color information

#C5B0EF (or 0xC5B0EF) is unknown color: approx Melrose. HEX triplet: C5, B0 and EF. RGB value is (197,176,239). Sum of RGB (Red+Green+Blue) = 197+176+239=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B0EF is #3A4F10. Grayscale: #BDBDBD. Windows color (decimal): -3821329 or 15708357. OLE color: 15708357.

HSL color Cylindrical-coordinate representation of color #C5B0EF: hue angle of 260º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5B0EF is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197176239-
CMYK0.180.2600.06
HSL260º66.32%81.37%-
HSV(B)260º26.36%93.73%-
XYZ54.1349.1588.3-
YUV189.46155.96133.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.19%
GREEN value IS 176 (69.14% from 255) = 28.76%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=32.19%
G=28.76%
B=39.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1971762390.180.2600.0626066.3281.37
HexC5B0EF121A061044251
Octal305260357223206404102121
Binary1100010110110000111011111001011010011010000010010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B0EF; }

 p { color: rgb(197,176,239); }

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

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

 a { background-color: rgb(197,176,239); }

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

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

 span { border-color: rgb(197,176,239); }

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