#C0AAEE

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

Shades of Melrose #C0AAEE

Tints of Melrose #C0AAEE

Color information

#C0AAEE (or 0xC0AAEE) is unknown color: approx Melrose. HEX triplet: C0, AA and EE. RGB value is (192,170,238). Sum of RGB (Red+Green+Blue) = 192+170+238=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAEE is #3F5511. Grayscale: #B8B8B8. Windows color (decimal): -4150546 or 15641280. OLE color: 15641280.

HSL color Cylindrical-coordinate representation of color #C0AAEE: hue angle of 259.41º 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 #C0AAEE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192170238-
CMYK0.190.2900.07
HSL259.41º66.67%80%-
HSV(B)259.41º28.57%93.33%-
XYZ51.5546.1387.08-
YUV184.33158.29133.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=32%
G=28.33%
B=39.67%

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
Decimal1921702380.190.2900.07259.4166.6780
HexC0AAEE131D071034350
Octal300252356233507403103120
Binary1100000010101010111011101001111101011110000001110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AAEE; }

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

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

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

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

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

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

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

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