#C0AEFD

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

Shades of Melrose #C0AEFD

Tints of Melrose #C0AEFD

Color information

#C0AEFD (or 0xC0AEFD) is unknown color: approx Melrose. HEX triplet: C0, AE and FD. RGB value is (192,174,253). Sum of RGB (Red+Green+Blue) = 192+174+253=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEFD is #3F5102. Grayscale: #BCBCBC. Windows color (decimal): -4149507 or 16625344. OLE color: 16625344.

HSL color Cylindrical-coordinate representation of color #C0AEFD: hue angle of 253.67º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0AEFD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192174253-
CMYK0.240.3100.01
HSL253.67º95.18%83.73%-
HSV(B)253.67º31.23%99.22%-
XYZ54.648.5799.43-
YUV188.39164.46130.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=31.02%
G=28.11%
B=40.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921742530.240.3100.01253.6795.1883.73
HexC0AEFD181F01fe5f54
Octal300256375303701376137124
Binary1100000010101110111111011100011111011111111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEFD; }

 p { color: rgb(192,174,253); }

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

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

 a { background-color: rgb(192,174,253); }

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

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

 span { border-color: rgb(192,174,253); }

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