#C2ACF9

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

Shades of Melrose #C2ACF9

Tints of Melrose #C2ACF9

Color information

#C2ACF9 (or 0xC2ACF9) is unknown color: approx Melrose. HEX triplet: C2, AC and F9. RGB value is (194,172,249). Sum of RGB (Red+Green+Blue) = 194+172+249=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACF9 is #3D5306. Grayscale: #BBBBBB. Windows color (decimal): -4018951 or 16362690. OLE color: 16362690.

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

Color convert

RGB194172249-
CMYK0.220.3100.02
HSL257.14º86.52%82.55%-
HSV(B)257.14º30.92%97.65%-
XYZ54.147.8196-
YUV187.36162.79132.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.54%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=31.54%
G=27.97%
B=40.49%

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
Decimal1941722490.220.3100.02257.1486.5282.55
HexC2ACF9161F021015753
Octal302254371263702401127123
Binary110000101010110011111001101101111101010000000110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACF9; }

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

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

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

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

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

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

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

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