#C1AEE6

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

Shades of Melrose #C1AEE6

Tints of Melrose #C1AEE6

Color information

#C1AEE6 (or 0xC1AEE6) is unknown color: approx Melrose. HEX triplet: C1, AE and E6. RGB value is (193,174,230). Sum of RGB (Red+Green+Blue) = 193+174+230=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1AEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AEE6 is #3E5119. Grayscale: #B9B9B9. Windows color (decimal): -4083994 or 15118017. OLE color: 15118017.

HSL color Cylindrical-coordinate representation of color #C1AEE6: hue angle of 260.36º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1AEE6 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB193174230-
CMYK0.160.2400.10
HSL260.36º52.83%79.22%-
HSV(B)260.36º24.35%90.2%-
XYZ51.4147.3281.29-
YUV186.06152.79132.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.33%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 230 (90.23% from 255) = 38.53%
R=32.33%
G=29.15%
B=38.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1931742300.160.2400.10260.3652.8379.22
HexC1AEE610180A104354f
Octal301256346203001240465117
Binary1100000110101110111001101000011000010101000001001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEE6; }

 p { color: rgb(193,174,230); }

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

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

 a { background-color: rgb(193,174,230); }

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

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

 span { border-color: rgb(193,174,230); }

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