#C3AEEC

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

Shades of Melrose #C3AEEC

Tints of Melrose #C3AEEC

Color information

#C3AEEC (or 0xC3AEEC) is unknown color: approx Melrose. HEX triplet: C3, AE and EC. RGB value is (195,174,236). Sum of RGB (Red+Green+Blue) = 195+174+236=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 174 (68.36% from 255 or 28.76% 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 #C3AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AEEC is #3C5113. Grayscale: #BBBBBB. Windows color (decimal): -3952916 or 15511235. OLE color: 15511235.

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

Color convert

RGB195174236-
CMYK0.170.2600.07
HSL260.32º62%80.39%-
HSV(B)260.32º26.27%92.55%-
XYZ52.7847.9385.83-
YUV187.35155.46133.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.23%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=32.23%
G=28.76%
B=39.01%

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
Decimal1951742360.170.2600.07260.326280.39
HexC3AEEC111A071043e50
Octal30325635421320740476120
Binary110000111010111011101100100011101001111000001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AEEC; }

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

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

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

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

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

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

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

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