#C3AFEC

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

Shades of Melrose #C3AFEC

Tints of Melrose #C3AFEC

Color information

#C3AFEC (or 0xC3AFEC) is unknown color: approx Melrose. HEX triplet: C3, AF and EC. RGB value is (195,175,236). Sum of RGB (Red+Green+Blue) = 195+175+236=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFEC is #3C5013. Grayscale: #BBBBBB. Windows color (decimal): -3952660 or 15511491. OLE color: 15511491.

HSL color Cylindrical-coordinate representation of color #C3AFEC: hue angle of 259.67º 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 #C3AFEC is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195175236-
CMYK0.170.2600.07
HSL259.67º61.62%80.59%-
HSV(B)259.67º25.85%92.55%-
XYZ52.9848.3285.89-
YUV187.93155.13133.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.18%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=32.18%
G=28.88%
B=38.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951752360.170.2600.07259.6761.6280.59
HexC3AFEC111A071043e51
Octal30325735421320740476121
Binary110000111010111111101100100011101001111000001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFEC; }

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

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

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

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

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

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

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

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