#C4AFEC

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

Shades of Melrose #C4AFEC

Tints of Melrose #C4AFEC

Color information

#C4AFEC (or 0xC4AFEC) is unknown color: approx Melrose. HEX triplet: C4, AF and EC. RGB value is (196,175,236). Sum of RGB (Red+Green+Blue) = 196+175+236=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFEC is #3B5013. Grayscale: #BCBCBC. Windows color (decimal): -3887124 or 15511492. OLE color: 15511492.

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

Color convert

RGB196175236-
CMYK0.170.2600.07
HSL260.66º61.62%80.59%-
HSV(B)260.66º25.85%92.55%-
XYZ53.2448.4585.9-
YUV188.23154.96133.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.29%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=32.29%
G=28.83%
B=38.88%

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
Decimal1961752360.170.2600.07260.6661.6280.59
HexC4AFEC111A071053e51
Octal30425735421320740576121
Binary110001001010111111101100100011101001111000001011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFEC; }

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

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

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

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

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

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

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

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