#C5B3FB

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

Shades of Melrose #C5B3FB

Tints of Melrose #C5B3FB

Color information

#C5B3FB (or 0xC5B3FB) is unknown color: approx Melrose. HEX triplet: C5, B3 and FB. RGB value is (197,179,251). Sum of RGB (Red+Green+Blue) = 197+179+251=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B3FB is #3A4C04. Grayscale: #C0C0C0. Windows color (decimal): -3820549 or 16495557. OLE color: 16495557.

HSL color Cylindrical-coordinate representation of color #C5B3FB: hue angle of 255º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5B3FB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197179251-
CMYK0.220.2900.02
HSL255º90%84.31%-
HSV(B)255º28.69%98.43%-
XYZ56.5651.0898.14-
YUV192.59160.96131.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.42%
GREEN value IS 179 (70.31% from 255) = 28.55%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=31.42%
G=28.55%
B=40.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971792510.220.2900.022559084.31
HexC5B3FB161D02ff5a54
Octal305263373263502377132124
Binary11000101101100111111101110110111010101111111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B3FB; }

 p { color: rgb(197,179,251); }

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

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

 a { background-color: rgb(197,179,251); }

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

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

 span { border-color: rgb(197,179,251); }

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