#C2ACEB

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

Shades of Melrose #C2ACEB

Tints of Melrose #C2ACEB

Color information

#C2ACEB (or 0xC2ACEB) is unknown color: approx Melrose. HEX triplet: C2, AC and EB. RGB value is (194,172,235). Sum of RGB (Red+Green+Blue) = 194+172+235=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACEB is #3D5314. Grayscale: #B9B9B9. Windows color (decimal): -4018965 or 15445186. OLE color: 15445186.

HSL color Cylindrical-coordinate representation of color #C2ACEB: hue angle of 260.95º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2ACEB is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194172235-
CMYK0.170.2700.08
HSL260.95º61.17%79.8%-
HSV(B)260.95º26.81%92.16%-
XYZ5246.9784.92-
YUV185.76155.79133.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.28%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=32.28%
G=28.62%
B=39.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941722350.170.2700.08260.9561.1779.8
HexC2ACEB111B081053d50
Octal302254353213301040575120
Binary1100001010101100111010111000111011010001000001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACEB; }

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

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

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

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

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

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

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

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