#C6ADF3

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

Shades of Melrose #C6ADF3

Tints of Melrose #C6ADF3

Color information

#C6ADF3 (or 0xC6ADF3) is unknown color: approx Melrose. HEX triplet: C6, AD and F3. RGB value is (198,173,243). Sum of RGB (Red+Green+Blue) = 198+173+243=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADF3 is #39520C. Grayscale: #BCBCBC. Windows color (decimal): -3756557 or 15969734. OLE color: 15969734.

HSL color Cylindrical-coordinate representation of color #C6ADF3: hue angle of 261.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6ADF3 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198173243-
CMYK0.190.2900.05
HSL261.43º74.47%81.57%-
HSV(B)261.43º28.81%95.29%-
XYZ54.4148.3691.26-
YUV188.46158.78134.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.25%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 243 (95.31% from 255) = 39.58%
R=32.25%
G=28.18%
B=39.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981732430.190.2900.05261.4374.4781.57
HexC6ADF3131D051054a52
Octal306255363233505405112122
Binary1100011010101101111100111001111101010110000010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADF3; }

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

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

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

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

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

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

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

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