#C2ACFA

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

Shades of Melrose #C2ACFA

Tints of Melrose #C2ACFA

Color information

#C2ACFA (or 0xC2ACFA) is unknown color: approx Melrose. HEX triplet: C2, AC and FA. RGB value is (194,172,250). Sum of RGB (Red+Green+Blue) = 194+172+250=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACFA is #3D5305. Grayscale: #BBBBBB. Windows color (decimal): -4018950 or 16428226. OLE color: 16428226.

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

Color convert

RGB194172250-
CMYK0.220.3100.02
HSL256.92º88.64%82.75%-
HSV(B)256.92º31.2%98.04%-
XYZ54.2647.8896.82-
YUV187.47163.29132.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.49%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=31.49%
G=27.92%
B=40.58%

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
Decimal1941722500.220.3100.02256.9288.6482.75
HexC2ACFA161F021015953
Octal302254372263702401131123
Binary110000101010110011111010101101111101010000000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACFA; }

 p { color: rgb(194,172,250); }

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

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

 a { background-color: rgb(194,172,250); }

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

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

 span { border-color: rgb(194,172,250); }

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