#C4AEEC

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

Shades of Melrose #C4AEEC

Tints of Melrose #C4AEEC

Color information

#C4AEEC (or 0xC4AEEC) is unknown color: approx Melrose. HEX triplet: C4, AE and EC. RGB value is (196,174,236). Sum of RGB (Red+Green+Blue) = 196+174+236=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 174 (68.36% from 255 or 28.71% 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 #C4AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AEEC is #3B5113. Grayscale: #BBBBBB. Windows color (decimal): -3887380 or 15511236. OLE color: 15511236.

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

Color convert

RGB196174236-
CMYK0.170.2600.07
HSL261.29º62%80.39%-
HSV(B)261.29º26.27%92.55%-
XYZ53.0448.0685.84-
YUV187.65155.29133.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.34%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=32.34%
G=28.71%
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
Decimal1961742360.170.2600.07261.296280.39
HexC4AEEC111A071053e50
Octal30425635421320740576120
Binary110001001010111011101100100011101001111000001011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEEC; }

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

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

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

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

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

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

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

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