#C6AEEF

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

Shades of Melrose #C6AEEF

Tints of Melrose #C6AEEF

Color information

#C6AEEF (or 0xC6AEEF) is unknown color: approx Melrose. HEX triplet: C6, AE and EF. RGB value is (198,174,239). Sum of RGB (Red+Green+Blue) = 198+174+239=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEEF is #395110. Grayscale: #BCBCBC. Windows color (decimal): -3756305 or 15707846. OLE color: 15707846.

HSL color Cylindrical-coordinate representation of color #C6AEEF: hue angle of 262.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6AEEF is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198174239-
CMYK0.170.2700.06
HSL262.15º67.01%80.98%-
HSV(B)262.15º27.2%93.73%-
XYZ5448.5188.18-
YUV188.59156.45134.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.41%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=32.41%
G=28.48%
B=39.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981742390.170.2700.06262.1567.0180.98
HexC6AEEF111B061064351
Octal306256357213306406103121
Binary1100011010101110111011111000111011011010000011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AEEF; }

 p { color: rgb(198,174,239); }

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

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

 a { background-color: rgb(198,174,239); }

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

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

 span { border-color: rgb(198,174,239); }

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