#C1AAEE

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

Shades of Melrose #C1AAEE

Tints of Melrose #C1AAEE

Color information

#C1AAEE (or 0xC1AAEE) is unknown color: approx Melrose. HEX triplet: C1, AA and EE. RGB value is (193,170,238). Sum of RGB (Red+Green+Blue) = 193+170+238=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAEE is #3E5511. Grayscale: #B8B8B8. Windows color (decimal): -4085010 or 15641281. OLE color: 15641281.

HSL color Cylindrical-coordinate representation of color #C1AAEE: hue angle of 260.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1AAEE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193170238-
CMYK0.190.2900.07
HSL260.29º66.67%80%-
HSV(B)260.29º28.57%93.33%-
XYZ51.846.2687.09-
YUV184.63158.12133.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.11%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=32.11%
G=28.29%
B=39.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931702380.190.2900.07260.2966.6780
HexC1AAEE131D071044350
Octal301252356233507404103120
Binary1100000110101010111011101001111101011110000010010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AAEE; }

 p { color: rgb(193,170,238); }

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

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

 a { background-color: rgb(193,170,238); }

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

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

 span { border-color: rgb(193,170,238); }

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