#C1AEE9

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

Shades of Melrose #C1AEE9

Tints of Melrose #C1AEE9

Color information

#C1AEE9 (or 0xC1AEE9) is unknown color: approx Melrose. HEX triplet: C1, AE and E9. RGB value is (193,174,233). Sum of RGB (Red+Green+Blue) = 193+174+233=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #C1AEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AEE9 is #3E5116. Grayscale: #BABABA. Windows color (decimal): -4083991 or 15314625. OLE color: 15314625.

HSL color Cylindrical-coordinate representation of color #C1AEE9: hue angle of 259.32º degrees, saturation: 0.57, 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 #C1AEE9 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB193174233-
CMYK0.170.2500.09
HSL259.32º57.28%79.8%-
HSV(B)259.32º25.32%91.37%-
XYZ51.8447.4983.53-
YUV186.41154.29132.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.17%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 233 (91.41% from 255) = 38.83%
R=32.17%
G=29%
B=38.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1931742330.170.2500.09259.3257.2879.8
HexC1AEE91119091033950
Octal301256351213101140371120
Binary1100000110101110111010011000111001010011000000111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEE9; }

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

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

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

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

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

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

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

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