#C6ADFA

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

Shades of Melrose #C6ADFA

Tints of Melrose #C6ADFA

Color information

#C6ADFA (or 0xC6ADFA) is unknown color: approx Melrose. HEX triplet: C6, AD and FA. RGB value is (198,173,250). Sum of RGB (Red+Green+Blue) = 198+173+250=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADFA is #395205. Grayscale: #BCBCBC. Windows color (decimal): -3756550 or 16428486. OLE color: 16428486.

HSL color Cylindrical-coordinate representation of color #C6ADFA: hue angle of 259.48º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6ADFA is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198173250-
CMYK0.210.3100.02
HSL259.48º88.51%82.94%-
HSV(B)259.48º30.8%98.04%-
XYZ55.4948.896.94-
YUV189.25162.28134.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.88%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=31.88%
G=27.86%
B=40.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981732500.210.3100.02259.4888.5182.94
HexC6ADFA151F021035953
Octal306255372253702403131123
Binary110001101010110111111010101011111101010000001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADFA; }

 p { color: rgb(198,173,250); }

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

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

 a { background-color: rgb(198,173,250); }

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

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

 span { border-color: rgb(198,173,250); }

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