#C3AEE7

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

Shades of Melrose #C3AEE7

Tints of Melrose #C3AEE7

Color information

#C3AEE7 (or 0xC3AEE7) is unknown color: approx Melrose. HEX triplet: C3, AE and E7. RGB value is (195,174,231). Sum of RGB (Red+Green+Blue) = 195+174+231=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 231 - color contains mainly: blue. Hex color #C3AEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AEE7 is #3C5118. Grayscale: #BABABA. Windows color (decimal): -3952921 or 15183555. OLE color: 15183555.

HSL color Cylindrical-coordinate representation of color #C3AEE7: hue angle of 262.11º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3AEE7 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB195174231-
CMYK0.160.2500.09
HSL262.11º54.29%79.41%-
HSV(B)262.11º24.68%90.59%-
XYZ52.0747.6482.05-
YUV186.78152.96133.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.5%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 231 (90.62% from 255) = 38.5%
R=32.5%
G=29%
B=38.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1951742310.160.2500.09262.1154.2979.41
HexC3AEE7101909106364f
Octal303256347203101140666117
Binary1100001110101110111001111000011001010011000001101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AEE7; }

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

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

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

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

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

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

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

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