#C6ADF1

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

Shades of Melrose #C6ADF1

Tints of Melrose #C6ADF1

Color information

#C6ADF1 (or 0xC6ADF1) is unknown color: approx Melrose. HEX triplet: C6, AD and F1. RGB value is (198,173,241). Sum of RGB (Red+Green+Blue) = 198+173+241=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADF1 is #39520E. Grayscale: #BBBBBB. Windows color (decimal): -3756559 or 15838662. OLE color: 15838662.

HSL color Cylindrical-coordinate representation of color #C6ADF1: hue angle of 262.06º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6ADF1 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198173241-
CMYK0.180.2800.05
HSL262.06º70.83%81.18%-
HSV(B)262.06º28.22%94.51%-
XYZ54.1148.2489.68-
YUV188.23157.78134.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.35%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=32.35%
G=28.27%
B=39.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981732410.180.2800.05262.0670.8381.18
HexC6ADF1121C051064751
Octal306255361223405406107121
Binary1100011010101101111100011001011100010110000011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADF1; }

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

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

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

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

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

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

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

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