#C5ABFB

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

Shades of Melrose #C5ABFB

Tints of Melrose #C5ABFB

Color information

#C5ABFB (or 0xC5ABFB) is unknown color: approx Melrose. HEX triplet: C5, AB and FB. RGB value is (197,171,251). Sum of RGB (Red+Green+Blue) = 197+171+251=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABFB is #3A5404. Grayscale: #BBBBBB. Windows color (decimal): -3822597 or 16493509. OLE color: 16493509.

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

Color convert

RGB197171251-
CMYK0.220.3200.02
HSL259.5º90.91%82.75%-
HSV(B)259.5º31.87%98.43%-
XYZ5547.9697.63-
YUV187.89163.61134.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.83%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=31.83%
G=27.63%
B=40.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971712510.220.3200.02259.590.9182.75
HexC5ABFB1620021045b53
Octal305253373264002404133123
Binary1100010110101011111110111011010000001010000010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABFB; }

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

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

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

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

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

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

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

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