#C5ACFB

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

Shades of Melrose #C5ACFB

Tints of Melrose #C5ACFB

Color information

#C5ACFB (or 0xC5ACFB) is unknown color: approx Melrose. HEX triplet: C5, AC and FB. RGB value is (197,172,251). Sum of RGB (Red+Green+Blue) = 197+172+251=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACFB is #3A5304. Grayscale: #BCBCBC. Windows color (decimal): -3822341 or 16493765. OLE color: 16493765.

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

Color convert

RGB197172251-
CMYK0.220.3100.02
HSL258.99º90.8%82.94%-
HSV(B)258.99º31.47%98.43%-
XYZ55.1948.3497.69-
YUV188.48163.28134.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=31.77%
G=27.74%
B=40.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971722510.220.3100.02258.9990.882.94
HexC5ACFB161F021035b53
Octal305254373263702403133123
Binary110001011010110011111011101101111101010000001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ACFB; }

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

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

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

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

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

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

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

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