#C2AFEC

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

Shades of Melrose #C2AFEC

Tints of Melrose #C2AFEC

Color information

#C2AFEC (or 0xC2AFEC) is unknown color: approx Melrose. HEX triplet: C2, AF and EC. RGB value is (194,175,236). Sum of RGB (Red+Green+Blue) = 194+175+236=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFEC is #3D5013. Grayscale: #BBBBBB. Windows color (decimal): -4018196 or 15511490. OLE color: 15511490.

HSL color Cylindrical-coordinate representation of color #C2AFEC: hue angle of 258.69º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2AFEC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194175236-
CMYK0.180.2600.07
HSL258.69º61.62%80.59%-
HSV(B)258.69º25.85%92.55%-
XYZ52.7248.1985.88-
YUV187.64155.29132.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.07%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=32.07%
G=28.93%
B=39.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941752360.180.2600.07258.6961.6280.59
HexC2AFEC121A071033e51
Octal30225735422320740376121
Binary110000101010111111101100100101101001111000000111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFEC; }

 p { color: rgb(194,175,236); }

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

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

 a { background-color: rgb(194,175,236); }

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

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

 span { border-color: rgb(194,175,236); }

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