#C2AEE8

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

Shades of Melrose #C2AEE8

Tints of Melrose #C2AEE8

Color information

#C2AEE8 (or 0xC2AEE8) is unknown color: approx Melrose. HEX triplet: C2, AE and E8. RGB value is (194,174,232). Sum of RGB (Red+Green+Blue) = 194+174+232=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2AEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEE8 is #3D5117. Grayscale: #BABABA. Windows color (decimal): -4018456 or 15249090. OLE color: 15249090.

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

Color convert

RGB194174232-
CMYK0.160.2500.09
HSL260.69º55.77%79.61%-
HSV(B)260.69º25%90.98%-
XYZ51.9547.5782.79-
YUV186.59153.63133.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.33%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 232 (91.02% from 255) = 38.67%
R=32.33%
G=29%
B=38.67%

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
Decimal1941742320.160.2500.09260.6955.7779.61
HexC2AEE81019091053850
Octal302256350203101140570120
Binary1100001010101110111010001000011001010011000001011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AEE8; }

 p { color: rgb(194,174,232); }

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

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

 a { background-color: rgb(194,174,232); }

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

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

 span { border-color: rgb(194,174,232); }

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