#C1ACFB

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

Shades of Melrose #C1ACFB

Tints of Melrose #C1ACFB

Color information

#C1ACFB (or 0xC1ACFB) is unknown color: approx Melrose. HEX triplet: C1, AC and FB. RGB value is (193,172,251). Sum of RGB (Red+Green+Blue) = 193+172+251=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACFB is #3E5304. Grayscale: #BABABA. Windows color (decimal): -4084485 or 16493761. OLE color: 16493761.

HSL color Cylindrical-coordinate representation of color #C1ACFB: hue angle of 255.95º 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 #C1ACFB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193172251-
CMYK0.230.3100.02
HSL255.95º90.8%82.94%-
HSV(B)255.95º31.47%98.43%-
XYZ54.1647.8197.64-
YUV187.28163.96132.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=31.33%
G=27.92%
B=40.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931722510.230.3100.02255.9590.882.94
HexC1ACFB171F021005b53
Octal301254373273702400133123
Binary110000011010110011111011101111111101010000000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACFB; }

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

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

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

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

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

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

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

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